fix for slider update that broke meta:moto
This commit is contained in:
parent
ad096abc4b
commit
9257c6f9e3
2 changed files with 2 additions and 2 deletions
|
|
@ -719,7 +719,7 @@
|
|||
}
|
||||
}, (val) => {
|
||||
updateLastAction();
|
||||
slider(val);
|
||||
if (slider) slider(val);
|
||||
});
|
||||
|
||||
viewControl.noKeys = true;
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ th, tr, td, label {
|
|||
.lt-enabled:hover .pop-lcol {
|
||||
display: flex;
|
||||
}
|
||||
@media only screen and (max-height : 850px) {
|
||||
@media only screen and (max-height : 800px) {
|
||||
.lt-menu, .pop-lcol {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue