Still converting to bootstrap 5. Updated filter badges
This commit is contained in:
+18
-8
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user