Fixed width of logo with disable-static-drawer

This commit is contained in:
loof2736 2024-05-19 20:03:03 -04:00
parent 1237b38b6f
commit 0138f243be
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/* Reset size of Jellyfin logo */ /* Reset size of Jellyfin logo */
.layout-desktop .pageTitleWithLogo { .layout-desktop .pageTitleWithLogo {
height: 30px !important; height: 30px !important;
width: 50px !important;
} }
/* Un-static left drawer */ /* Un-static left drawer */

View File

@ -1,6 +1,7 @@
/* Reset size of Jellyfin logo */ /* Reset size of Jellyfin logo */
.layout-desktop .pageTitleWithLogo { .layout-desktop .pageTitleWithLogo {
height: 30px !important; height: 30px !important;
width: 50px !important;
} }
/* Un-static left drawer */ /* Un-static left drawer */