Added support for Intro Skipper plugin

This commit is contained in:
loof2736 2022-12-02 22:54:01 -05:00
parent 3ec8dc1e09
commit d8b4f83aed
2 changed files with 30 additions and 0 deletions

View File

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

View File

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