mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Cleaned up code
This commit is contained in:
parent
cf6a63d6ed
commit
9879fd846d
@ -1,12 +1,24 @@
|
||||
/* Transparent header bar */
|
||||
/* Transparent and lowered header bar */
|
||||
.skinHeader {
|
||||
background-color: transparent !important;
|
||||
margin-top: 0.5em !important;
|
||||
}
|
||||
|
||||
/* Rounded header buttons */
|
||||
.headerTabs {
|
||||
background-color:rgba(25, 25, 25, 0.5) !important;
|
||||
background-color:rgba(35, 35, 35, 0.5) !important;
|
||||
border-radius: 50px !important;
|
||||
backdrop-filter: blur(50px) !important;
|
||||
margin-top: -1.7em !important;
|
||||
margin-top: -4em !important;
|
||||
}
|
||||
|
||||
/* Header size */
|
||||
.headerTabs {
|
||||
height: 52px !important;
|
||||
top: 1px !important;
|
||||
}
|
||||
|
||||
/* Center text */
|
||||
.emby-button-foreground {
|
||||
top: -6px !important;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user