mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fix for logo size
This commit is contained in:
parent
13bce2712d
commit
9b6eb111f7
@ -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 */
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* Increase size of Jellyfin logo */
|
||||
.layout-desktop .pageTitleWithLogo {
|
||||
width: 100px !important;
|
||||
margin-left: 10px !important;
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* Increase size of Jellyfin logo */
|
||||
.layout-desktop .pageTitleWithLogo {
|
||||
width: 100px !important;
|
||||
margin-left: 10px !important;
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user