Quick fix for logo size / width

This commit is contained in:
loof2736 2024-05-19 20:08:48 -04:00
parent 0138f243be
commit e7b0bf8854
2 changed files with 2 additions and 2 deletions

View File

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

View File

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