mirror of
https://github.com/koel/koel
synced 2024-11-12 23:47:09 +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 {
|
label {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.presets {
|
.presets {
|
||||||
|
@ -368,18 +369,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
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 {
|
label {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue