Further improved design
This commit is contained in:
@ -7,6 +7,6 @@ import (
|
||||
// fetchAll returns all soundtracks
|
||||
func fetchAll() []*arn.SoundTrack {
|
||||
return arn.FilterSoundTracks(func(track *arn.SoundTrack) bool {
|
||||
return !track.IsDraft && len(track.Media) > 0
|
||||
return !track.IsDraft && track.File != ""
|
||||
})
|
||||
}
|
||||
|
@ -16,9 +16,9 @@ const soundtrack-margin = 1rem
|
||||
|
||||
.soundtrack-content
|
||||
horizontal
|
||||
border-radius ui-element-border-radius
|
||||
box-shadow shadow-light
|
||||
min-height 200px
|
||||
border-radius ui-element-border-radius
|
||||
overflow hidden
|
||||
|
||||
iframe
|
||||
|
Reference in New Issue
Block a user