refactor: move music admin to /admin/music; keep /admin generic

This commit is contained in:
ari melody 2025-07-15 16:40:15 +01:00
parent ddbf3444eb
commit bd2dc806d5
Signed by: ari
GPG key ID: CF99829C92678188
31 changed files with 1079 additions and 906 deletions

View file

@ -27,7 +27,10 @@ nav {
border-radius: 4px;
border: 1px solid #808080;
}
nav .icon {
.nav-item.icon {
padding: 0;
}
.nav-item.icon img {
height: 100%;
}
nav .title {
@ -92,6 +95,10 @@ code {
border-radius: 4px;
}
h1 {
margin: 0 0 .5em 0;
}
.card {