1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +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 .song.is-playing
background-color: $light !important background-color: $light !important
// occurs on many pages at the top to show details
.hero
.media-content
align-self: center
// floating notifications // floating notifications
.notifications:not(:empty) .notifications:not(:empty)
@extend .container @extend .container
@ -165,5 +170,3 @@
content: counter(track) content: counter(track)
display: inline display: inline
padding-right: 0.375rem padding-right: 0.375rem
.no-wrap