more mobile friendliness
This commit is contained in:
parent
58b42fa45b
commit
05ca6fd711
1 changed files with 17 additions and 0 deletions
|
|
@ -634,6 +634,19 @@ md-switch.md-default-theme.md-checked .md-thumb {
|
|||
transition-duration: 0.2s;
|
||||
}
|
||||
|
||||
// mobile overrides
|
||||
@media(max-width:767px) {
|
||||
.noUi-pips-vertical {
|
||||
display: none;
|
||||
}
|
||||
#seekSlider {
|
||||
height: 8px;
|
||||
.noUi-handle {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#seekSlider:hover {
|
||||
height: 8px;
|
||||
}
|
||||
|
|
@ -790,9 +803,13 @@ md-switch.md-default-theme.md-checked .md-thumb {
|
|||
|
||||
#beatOptionButtonGroup {
|
||||
margin: 20px 0 10px 0;
|
||||
.beatOption:nth-of-type(2) md-switch {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.beatOption {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
md-switch {
|
||||
margin: 0;
|
||||
|
|
|
|||
Reference in a new issue