home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix headers on edit pages

+1 -8
-4
admin/static/edit-artist.css
··· 1 - h1 { 2 - margin: 0 0 1em 0; 3 - } 4 - 5 1 #artist { 6 2 margin-bottom: 1em; 7 3 padding: 1.5em;
-4
admin/static/edit-track.css
··· 1 1 @import url("/admin/static/release-list-item.css"); 2 2 3 - h1 { 4 - margin: 0 0 .5em 0; 5 - } 6 - 7 3 #track { 8 4 margin-bottom: 1em; 9 5 padding: .5em 1.5em 1.5em 1.5em;
+1
admin/templates/html/edit-release.html
··· 8 8 9 9 {{define "content"}} 10 10 <main> 11 + <h1>Editing {{.Release.Title}}</h1> 11 12 12 13 <div id="release" data-id="{{.Release.ID}}"> 13 14 <div class="release-artwork">