mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
42 lines
829 B
SCSS
42 lines
829 B
SCSS
// Styles that only apply to our dear Firefox
|
|
|
|
@-moz-document url-prefix() {
|
|
#acontent {
|
|
margin-right: calc(-1rem + 1px);
|
|
padding-right: 1rem;
|
|
}
|
|
|
|
// applies to playlist list page
|
|
.content-page {
|
|
margin-right: calc(0rem - ($medium + 4px));
|
|
padding-right: calc(1rem - 3px) !important;
|
|
}
|
|
|
|
// virtual scroller pages: folder, playlist, album
|
|
.header-list-layout {
|
|
margin-right: calc(0rem - ($medium + 4px)) !important;
|
|
|
|
.scrollable {
|
|
padding-right: calc(1rem - 3px) !important;
|
|
}
|
|
}
|
|
|
|
.v-scroll-page {
|
|
width: calc(100% + 1rem) !important;
|
|
|
|
.scroller {
|
|
height: 100%;
|
|
width: 100%;
|
|
padding-right: 1rem !important;
|
|
}
|
|
}
|
|
|
|
#app-grid.noSidebar > #acontent {
|
|
padding-right: 1rem !important;
|
|
}
|
|
|
|
.search-view {
|
|
margin-right: -1rem !important;
|
|
}
|
|
}
|