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

Improve player on mobile devices

This commit is contained in:
Arne Schlüter 2018-08-29 14:30:07 +02:00
commit 161f85c2fc
3 changed files with 21 additions and 10 deletions

View file

@ -30,10 +30,9 @@
// bottom bar
.audio-player
background: $dark
color: $light
.navbar-menu
color: $light
background: $dark
align-items: center
.audio-interaction
@ -42,12 +41,22 @@
.level-left
flex-grow: 1
flex-shrink: 0
.level-right
flex-grow: 0
flex-shrink: 1
padding-left: .5rem
padding-left: .5rem
padding-right: .5rem
display: flex
.buttons-start,
.buttons-end
margin: 0 .5rem
=tablet
flex-grow: 0
flex-shrink: 1
padding-left: .5rem
padding-right: .5rem
.buttons-start
margin-left: .75rem
.media
flex-grow: 1