smarter mobile detection (fix #255 and fix #487)

This commit is contained in:
Athou
2013-11-08 11:09:13 +01:00
parent 73323335cb
commit fc318ad211
6 changed files with 13 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
@media ( max-width : 979px) {
html.mobile, html.tablet {
body {
padding-left: 5px;
padding-right: 5px;
@@ -10,7 +10,7 @@
.left-menu {
display: none !important;
}
.toolbar .hidden-desktop.btn-group {
.toolbar .toolbar-expand.btn-group {
display: inline-block !important;
}
.main-content {
@@ -62,7 +62,7 @@
margin-top: 5px;
margin-left: 0;
}
body.right-menu-active .toolbar .actions .visible-desktop {
body.right-menu-active .toolbar .actions {
display: inherit !important;
}
#uvTab {