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:
parent
22eeeac42b
commit
46b64e4862
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue