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

Merge pull request #6187 from thornbill/metadata-manager-padding

This commit is contained in:
Bill Thornton 2024-10-10 13:32:44 -04:00 committed by GitHub
commit f81e404c7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View file

@ -9,7 +9,7 @@ $drawer-width: 240px;
// Fix dashboard pages layout to work with drawer // Fix dashboard pages layout to work with drawer
.dashboardDocument { .dashboardDocument {
.mainAnimatedPage { .mainAnimatedPage:not(.metadataEditorPage) {
@media all and (min-width: $mui-bp-md) { @media all and (min-width: $mui-bp-md) {
left: $drawer-width; left: $drawer-width;
} }
@ -31,4 +31,8 @@ $drawer-width: 240px;
padding-top: 3.25rem; padding-top: 3.25rem;
} }
} }
.metadataEditorPage {
padding-top: 3.25rem !important;
}
} }

View file

@ -11,7 +11,7 @@
</div> </div>
</div> </div>
<div> <div>
<div class="editPageInnerContent padded-top padded-bottom-page"> <div class="editPageInnerContent padded-bottom-page">
</div> </div>
</div> </div>
</div> </div>

View file

@ -56,7 +56,7 @@
@media all and (min-width: 50em) { @media all and (min-width: 50em) {
.editPageSidebar { .editPageSidebar {
position: fixed; position: fixed;
top: 5.2em; top: 3.25rem;
bottom: 0; bottom: 0;
width: 30%; width: 30%;
display: block; display: block;