mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-05 00:38:53 +01:00
Update variable names for better clarity
This commit is contained in:
parent
a66c990eb3
commit
ec67a5d2a3
@ -11,7 +11,7 @@
|
|||||||
/* Move drawer behind header */
|
/* Move drawer behind header */
|
||||||
z-index: 1099 !important;
|
z-index: 1099 !important;
|
||||||
/* Modified background color */
|
/* Modified background color */
|
||||||
background-color: var(--main-background-transparent) !important;
|
background-color: var(--primary-background-transparent) !important;
|
||||||
border-radius: var(--rounded-cards) !important;
|
border-radius: var(--rounded-cards) !important;
|
||||||
backdrop-filter: blur(50px) !important;
|
backdrop-filter: blur(50px) !important;
|
||||||
}
|
}
|
||||||
@ -74,7 +74,7 @@
|
|||||||
.layout-desktop .headerLeft:not(.libraryDocument:has(.videoPlayerContainer) .headerLeft) {
|
.layout-desktop .headerLeft:not(.libraryDocument:has(.videoPlayerContainer) .headerLeft) {
|
||||||
padding: 2px 15px 2px 2px !important;
|
padding: 2px 15px 2px 2px !important;
|
||||||
top: -3px !important;
|
top: -3px !important;
|
||||||
background-color: var(--main-background-transparent) !important;
|
background-color: var(--primary-background-transparent) !important;
|
||||||
border-radius: 50px !important;
|
border-radius: 50px !important;
|
||||||
backdrop-filter: blur(50px) !important;
|
backdrop-filter: blur(50px) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -70,7 +70,7 @@
|
|||||||
.layout-desktop .headerLeft:not(.libraryDocument:has(.videoPlayerContainer) .headerLeft) {
|
.layout-desktop .headerLeft:not(.libraryDocument:has(.videoPlayerContainer) .headerLeft) {
|
||||||
padding: 2px 15px 2px 2px !important;
|
padding: 2px 15px 2px 2px !important;
|
||||||
top: -3px !important;
|
top: -3px !important;
|
||||||
background-color: var(--main-background-transparent) !important;
|
background-color: var(--primary-background-transparent) !important;
|
||||||
border-radius: 50px !important;
|
border-radius: 50px !important;
|
||||||
backdrop-filter: blur(50px) !important;
|
backdrop-filter: blur(50px) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user