Skip to content

Commit b23d9fa

Browse files
authored
refactor: ⚡ Added support for Jellyfin-Media-Bar
1 parent 333cd36 commit b23d9fa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

theme/modules/static-sidebar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
display: none;
1919
}
2020

21-
.layout-desktop .libraryPage:not(#editItemMetadataPage) {
21+
.layout-desktop .libraryPage:not(#editItemMetadataPage),
22+
#slides-container {
2223
margin-left: 250px;
2324
width: calc(100% - 250px);
2425
}
2526

2627
.layout-desktop .hide-scroll .mainDrawer,
2728
.layout-desktop .hideMainDrawer .mainDrawer {
2829
display: none;
29-
}
30+
}

0 commit comments

Comments
 (0)