Added corner buttons
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
component SoundTracks(tracks []*arn.SoundTrack, tracksPerPage int, user *arn.User)
|
||||
h1 Soundtracks
|
||||
|
||||
.music-buttons
|
||||
.corner-buttons
|
||||
if user != nil
|
||||
if user.DraftIndex().SoundTrackID == ""
|
||||
button.action(data-action="newObject", data-trigger="click", data-type="soundtrack")
|
||||
|
@ -35,14 +35,4 @@
|
||||
|
||||
.sound-track-anime-image
|
||||
width 142px
|
||||
height 200px
|
||||
|
||||
.music-buttons
|
||||
display flex
|
||||
justify-content center
|
||||
|
||||
> 600px
|
||||
.music-buttons
|
||||
position absolute
|
||||
top content-padding
|
||||
right content-padding
|
||||
height 200px
|
Reference in New Issue
Block a user