Fixed metadata editor

This commit is contained in:
loof2736 2022-11-19 16:15:01 -05:00
parent ecfeb32bf5
commit 25eb8da0b6
2 changed files with 60 additions and 2 deletions

View File

@ -26,7 +26,7 @@
margin-top: 20px !important;
}
/* Shift content to the right */
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage) {
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage, #editItemMetadataPage) {
margin-left: 250px !important;
}
/* Hide transition on page load */
@ -222,6 +222,35 @@
/* Metadata editor fixes */
.editPageSidebar {
margin-left: 250px !important;
width: 20% !important;
}
.layout-desktop #editItemMetadataPage {
margin-left: 215px !important;
}
.jstree-default-large .jstree-node {
line-height: 35px !important;
}
.jstree-default .jstree-wholerow-clicked {
background: rgba(33, 149, 243, 0.2) !important;
}
.jstree-wholerow-hovered {
background: rgba(35, 35, 35, 0.5) !important;
}
.jstree-children {
margin-left: -10px !important;
}
#editItemMetadataPage .btnHeaderSave {
background: #00A4DC !important;
border-radius: 100px !important;
height: 40px !important;
color: white !important;
}
/* Remove show/movie image on details page */
.layout-desktop .detailImageContainer {
display: none !important;

View File

@ -28,7 +28,7 @@
margin-top: 20px !important;
}
/* Shift content to the right */
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage) {
.layout-desktop .libraryPage:not(#quickConnectPreferencesPage, #editItemMetadataPage) {
margin-left: 250px !important;
}
/* Hide transition on page load */
@ -232,6 +232,35 @@ html {
/* Metadata editor fixes */
.editPageSidebar {
margin-left: 250px !important;
width: 20% !important;
}
.layout-desktop #editItemMetadataPage {
margin-left: 215px !important;
}
.jstree-default-large .jstree-node {
line-height: 35px !important;
}
.jstree-default .jstree-wholerow-clicked {
background: rgba(33, 149, 243, 0.2) !important;
}
.jstree-wholerow-hovered {
background: rgba(35, 35, 35, 0.5) !important;
}
.jstree-children {
margin-left: -10px !important;
}
#editItemMetadataPage .btnHeaderSave {
background: #00A4DC !important;
border-radius: 100px !important;
height: 40px !important;
color: white !important;
}
/* Remove show/movie image on details page */
.layout-desktop .detailImageContainer {
display: none !important;