fix for slider update that broke meta:moto

This commit is contained in:
Stewart Allen 2020-06-30 10:31:52 -04:00
commit 9257c6f9e3
2 changed files with 2 additions and 2 deletions

View file

@ -719,7 +719,7 @@
}
}, (val) => {
updateLastAction();
slider(val);
if (slider) slider(val);
});
viewControl.noKeys = true;

View file

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