update music api to listenbrainz
Deploy website / deploy (push) Successful in 3m1s

This commit is contained in:
2026-06-15 21:56:41 +01:00
parent af5116d931
commit cb7ec029eb
12 changed files with 215 additions and 81 deletions
+7
View File
@@ -40,6 +40,8 @@
--smileos2-box: url(/static/content/smileos/SmileOS_2_Box.webp) 17 3 3 fill / 51px 9px 9px;
--smileos2-font: 'Ultrafont2';
--smileos2-emphasis: #FF4343;
--line-height: normal;
--header-line-height: normal;
}
body {
@@ -48,6 +50,7 @@ body {
color: var(--text-color);
font-size: var(--font-size);
font-family: var(--font-family);
line-height: var(--line-height);
display: grid;
grid-template-columns: auto auto;
grid-template-rows: 1fr;
@@ -58,6 +61,10 @@ body {
width: 940px;
}
h1, h2, h3, h4, h5, h6 {
line-height: var(--header-line-height);
}
#sidebar {
grid-area: sidebar;
display: flex;