Fixed Media Widget not showing media

This commit is contained in:
2026-04-25 02:49:45 -04:00
parent 8d1be4712d
commit 59e2d9de97
2 changed files with 63 additions and 16 deletions
+25
View File
@@ -13,6 +13,7 @@
border-radius: 8px;
border: 2px solid alpha(@color4, 0.5);
padding: 8px 15px;
min-width: 300px;
font-family: "JetBrainsMono Nerd Font", sans-serif;
}
@@ -54,3 +55,27 @@
.media-btn:hover {
color: @color4;
}
.media-progress {
min-height: 4px;
padding: 0;
}
.media-progress trough {
min-height: 4px;
background-color: alpha(@foreground, 0.2);
border-radius: 4px;
}
.media-progress highlight {
background-color: @accent;
border-radius: 4px;
}
.media-progress slider {
background-color: transparent;
min-width: 0px;
min-height: 0px;
border: none;
box-shadow: none;
}