Modified slider bubble

This commit is contained in:
loof2736 2022-12-02 23:07:26 -05:00
parent 297373420b
commit cccd092738
2 changed files with 14 additions and 4 deletions

View File

@ -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
}

View File

@ -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
}