Still converting to bootstrap 5. Updated filter badges

This commit is contained in:
emeric
2022-05-20 13:36:00 +02:00
parent 2282127d86
commit 158f1bc65c
8 changed files with 77 additions and 54 deletions
+18 -8
View File
@@ -8,20 +8,21 @@ body {
padding-bottom: 78px;
}
a img:hover {
filter: brightness(85%);
}
.Lms-badge-cluster:hover {
filter: brightness(85%);
cursor: pointer;
}
.Lms-notification-container {
position: fixed;
bottom: 78px;
right: 0px;
}
.Lms-player {
height: 70px;
}
.fixed-bottom.Lms-player {
z-index: 999;
}
.Lms-entry-playing {
background-color: var(--bs-dark);
}
@@ -57,6 +58,15 @@ body {
min-width: 64px;
}
.Lms-player {
height: 70px;
}
.fixed-bottom.Lms-player {
z-index: 999;
}
.Lms-responsive-square {
width: 100%;
}