mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix equalizer style on mobile devices
This commit is contained in:
parent
c2aef059ce
commit
e00a91fe31
1 changed files with 1 additions and 12 deletions
|
@ -234,6 +234,7 @@
|
|||
label {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.presets {
|
||||
|
@ -368,18 +369,6 @@
|
|||
display: block;
|
||||
height: auto;
|
||||
|
||||
.presets {
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
display: block;
|
||||
height: 48px;
|
||||
flex: none;
|
||||
padding: 6px 0 0;
|
||||
margin: 0 0;
|
||||
overflow-y: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
label {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue