Fix: Workaround for missing progress bars on active device card in Dashboard

This commit is contained in:
lscambo13
2024-12-27 09:09:52 -08:00
parent e17e918e09
commit 37b67dead1

View File

@@ -433,7 +433,7 @@ html {
transition: all .375s ease-in-out;
}
.itemProgressBar {
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
backdrop-filter: blur(.1em);
background-color: rgb(123 123 123 / 30%) !important;
height: .3em;