1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Final commit

This commit is contained in:
Hadi Charara 2022-07-08 13:25:59 -04:00
parent 76b0e8c01c
commit 37a6303800
5 changed files with 29 additions and 41 deletions

View file

@ -18,25 +18,3 @@
transform: scale(-1, 1);
}
}
@media all and (min-width: 40em) {
.dashboardDocument .mainDrawer {
left: unset !important;
right: 0 !important;
}
.dashboardDocument .skinBody {
left: 0 !important;
right: 20em !important;
}
}
.layout-mobile .mainDetailButtons {
padding-left: unset !important;
@include header-poster-padding-rtl;
@media all and (max-width: 32em) {
padding-left: unset !important;
padding-right: 0 Im !important;
}
}