Fix for logo size

This commit is contained in:
loof2736 2024-05-19 19:58:02 -04:00
parent 13bce2712d
commit 9b6eb111f7
4 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,6 @@
/* Reset size of Jellyfin logo */
.layout-desktop .pageTitleWithLogo {
margin-left: 25px !important;
height: 30px !important;
margin-top: 0px !important;
}
/* Un-static left drawer */

View File

@ -1,8 +1,6 @@
/* Reset size of Jellyfin logo */
.layout-desktop .pageTitleWithLogo {
margin-left: 25px !important;
height: 30px !important;
margin-top: 0px !important;
}
/* Un-static left drawer */

View File

@ -1,6 +1,6 @@
/* Increase size of Jellyfin logo */
.layout-desktop .pageTitleWithLogo {
width: 100px !important;
margin-left: 10px !important;
height: 40px !important;
}

View File

@ -1,6 +1,6 @@
/* Increase size of Jellyfin logo */
.layout-desktop .pageTitleWithLogo {
width: 100px !important;
margin-left: 10px !important;
height: 40px !important;
}