mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Improve player on mobile devices
This commit is contained in:
parent
29ea86479c
commit
161f85c2fc
3 changed files with 21 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue