ini file support and cover art

This commit is contained in:
2026-08-27 13:33:34 +02:00
parent 744a2815f1
commit 84891adb89
13 changed files with 422 additions and 79 deletions
+18 -1
View File
@@ -398,6 +398,23 @@ input[type="range"] {
#2b2b29;
}
.cover-placeholder {
position: absolute;
inset: 0;
display: grid;
place-items: center;
}
.cover-placeholder[hidden] {
display: none;
}
.cover-art img {
width: 100%;
height: 100%;
object-fit: cover;
}
.record {
width: 72%;
aspect-ratio: 1;
@@ -408,7 +425,7 @@ input[type="range"] {
box-shadow: 0 12px 30px rgb(0 0 0 / 45%);
}
.cover-art > span {
.cover-placeholder > span {
position: absolute;
color: #111;
font-size: 8px;