Fix equalizer style on mobile devices

This commit is contained in:
An Phan 2016-01-20 21:49:06 +08:00
parent c2aef059ce
commit e00a91fe31

View file

@ -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;
}