fix headers on edit pages

This commit is contained in:
ari melody 2025-10-21 18:49:10 +01:00
parent 9e984d84b5
commit 891f5282dc
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 1 additions and 8 deletions

View file

@ -1,7 +1,3 @@
h1 {
margin: 0 0 1em 0;
}
#artist { #artist {
margin-bottom: 1em; margin-bottom: 1em;
padding: 1.5em; padding: 1.5em;

View file

@ -1,9 +1,5 @@
@import url("/admin/static/release-list-item.css"); @import url("/admin/static/release-list-item.css");
h1 {
margin: 0 0 .5em 0;
}
#track { #track {
margin-bottom: 1em; margin-bottom: 1em;
padding: .5em 1.5em 1.5em 1.5em; padding: .5em 1.5em 1.5em 1.5em;

View file

@ -8,6 +8,7 @@
{{define "content"}} {{define "content"}}
<main> <main>
<h1>Editing {{.Release.Title}}</h1>
<div id="release" data-id="{{.Release.ID}}"> <div id="release" data-id="{{.Release.ID}}">
<div class="release-artwork"> <div class="release-artwork">