Update Boot Flash Screen

This commit is contained in:
2026-04-25 02:06:01 -04:00
parent 320dc003c4
commit 8d1be4712d
3 changed files with 88 additions and 33 deletions
+28 -6
View File
@@ -16,6 +16,34 @@
font-family: "JetBrainsMono Nerd Font", sans-serif;
}
.media-cover {
min-width: 64px;
min-height: 64px;
border-radius: 4px;
background-size: cover;
background-position: center;
}
.media-info-box {
margin-left: 10px;
}
.media-title {
color: @foreground;
font-size: 14px;
font-weight: bold;
}
.media-artist {
color: @foreground;
font-size: 13px;
opacity: 0.8;
}
.media-controls {
/* Box spacing is handled by the component */
}
.media-btn {
color: @color5;
font-size: 16px;
@@ -26,9 +54,3 @@
.media-btn:hover {
color: @color4;
}
.media-text {
color: @foreground;
font-size: 14px;
margin-left: 10px;
}