admin dashboard early UI refresh

This commit is contained in:
ari melody 2025-10-19 05:01:55 +01:00
parent 028ed60293
commit 13a84f7f25
Signed by: ari
GPG key ID: CF99829C92678188
12 changed files with 249 additions and 139 deletions

View file

@ -11,9 +11,9 @@ h1 {
flex-direction: row;
gap: 1.2em;
border-radius: 8px;
background: #f8f8f8f8;
border: 1px solid #808080;
border-radius: 16px;
background: var(--bg-2);
box-shadow: var(--shadow-md);
}
.track-info {
@ -49,7 +49,8 @@ h1 {
font-weight: inherit;
font-family: inherit;
font-size: inherit;
border: 1px solid transparent;
background: var(--bg-0);
border: none;
border-radius: 4px;
outline: none;
color: inherit;