mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Added support for Intro Skipper plugin
This commit is contained in:
parent
3ec8dc1e09
commit
d8b4f83aed
@ -446,6 +446,21 @@
|
||||
|
||||
|
||||
|
||||
/* Modified next up card and added support for Intro Skipper plugin */
|
||||
.upNextContainer, .toastVisible {
|
||||
backdrop-filter: blur(50px) !important;
|
||||
}
|
||||
.upNextContainer {
|
||||
border-radius: 15px !important;
|
||||
background-color: rgba(0, 0, 0, 0.7) !important;
|
||||
}
|
||||
.toastVisible {
|
||||
border-radius: 30px !important;
|
||||
background-color: rgba(35, 35, 35, 0.5) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Fix for scaling issues */
|
||||
@media (width: 1600px) {
|
||||
.layout-desktop .headerRight {
|
||||
|
||||
@ -188,6 +188,21 @@ html {
|
||||
|
||||
|
||||
|
||||
/* Modified next up card and added support for Intro Skipper plugin */
|
||||
.upNextContainer, .toastVisible {
|
||||
backdrop-filter: blur(50px) !important;
|
||||
}
|
||||
.upNextContainer {
|
||||
border-radius: 15px !important;
|
||||
background-color: rgba(0, 0, 0, 0.7) !important;
|
||||
}
|
||||
.toastVisible {
|
||||
border-radius: 30px !important;
|
||||
background-color: rgba(35, 35, 35, 0.5) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Settings and dashboard modifications */
|
||||
.emby-input,
|
||||
.emby-textarea,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user