[Web] Make mobile usage less annoying; anchors for maps; sidebar for maps

This commit is contained in:
andryyy
2019-12-23 10:19:49 +01:00
parent e47e54f3de
commit 78c501ecee
6 changed files with 39 additions and 5 deletions

View File

@@ -59,3 +59,7 @@ table tbody tr {
table tbody tr td input[type="checkbox"] {
cursor: pointer;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs .open>a, .nav-tabs .open>a:hover, .nav-tabs .open>a:focus {
padding-bottom: 10px;
margin-top: 6px;
}