Fix padding issues in the metadata manager

This commit is contained in:
Bill Thornton
2024-10-10 10:59:00 -04:00
parent c6b4d41535
commit 2235d162e7
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -9,7 +9,7 @@ $drawer-width: 240px;
// Fix dashboard pages layout to work with drawer
.dashboardDocument {
.mainAnimatedPage {
.mainAnimatedPage:not(.metadataEditorPage) {
@media all and (min-width: $mui-bp-md) {
left: $drawer-width;
}
@@ -31,4 +31,8 @@ $drawer-width: 240px;
padding-top: 3.25rem;
}
}
.metadataEditorPage {
padding-top: 3.25rem !important;
}
}