BetterNavigator hidden at small screens

This commit is contained in:
Tony Air 2020-03-10 17:03:42 +07:00
parent 5954fcf1c4
commit f96e011e94
2 changed files with 11 additions and 1 deletions

10
dist/css/app.css vendored
View File

@ -15367,6 +15367,16 @@ textarea,
width: 100%;
}
#BetterNavigator {
display: none;
}
@media (min-width: 768px) {
#BetterNavigator {
display: block;
}
}
input.date[readonly],
input.time[readonly] {
background-color: #fff;

File diff suppressed because one or more lines are too long