mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 07:58:52 +01:00
Modified slider bubble
This commit is contained in:
parent
297373420b
commit
cccd092738
@ -446,8 +446,8 @@
|
||||
|
||||
|
||||
|
||||
/* Modified next up card and added support for Intro Skipper plugin */
|
||||
.upNextContainer, .toastVisible {
|
||||
/* Player modifications */
|
||||
.upNextContainer, .toastVisible, .sliderBubble {
|
||||
backdrop-filter: blur(50px) !important;
|
||||
}
|
||||
.upNextContainer {
|
||||
@ -458,6 +458,11 @@
|
||||
border-radius: 30px !important;
|
||||
background-color: rgba(35, 35, 35, 0.5) !important;
|
||||
}
|
||||
.sliderBubble {
|
||||
border-radius: 15px !important;
|
||||
background-color: rgba(0,0,0,0.5) !important;
|
||||
height: 55px !important
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -188,8 +188,8 @@ html {
|
||||
|
||||
|
||||
|
||||
/* Modified next up card and added support for Intro Skipper plugin */
|
||||
.upNextContainer, .toastVisible {
|
||||
/* Player modifications */
|
||||
.upNextContainer, .toastVisible, .sliderBubble {
|
||||
backdrop-filter: blur(50px) !important;
|
||||
}
|
||||
.upNextContainer {
|
||||
@ -200,6 +200,11 @@ html {
|
||||
border-radius: 30px !important;
|
||||
background-color: rgba(35, 35, 35, 0.5) !important;
|
||||
}
|
||||
.sliderBubble {
|
||||
border-radius: 15px !important;
|
||||
background-color: rgba(0,0,0,0.5) !important;
|
||||
height: 55px !important
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user