1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00

Center text in hero section above collections

This commit is contained in:
Arne Schlüter 2018-10-09 12:21:27 +02:00
commit 46b64e4862

View file

@ -105,6 +105,11 @@
.song.is-playing
background-color: $light !important
// occurs on many pages at the top to show details
.hero
.media-content
align-self: center
// floating notifications
.notifications:not(:empty)
@extend .container
@ -165,5 +170,3 @@
content: counter(track)
display: inline
padding-right: 0.375rem
.no-wrap