Improve mobile layout

* more densely packed channel switching buttons (increased their size to better match android design guidelines)
* disable zooming
* disable scrolling to the side
This commit is contained in:
Lorenz H-S 2013-12-14 22:35:10 +00:00 committed by Tor Hveem
parent 74a69a5e11
commit f66623db9b
1 changed files with 17 additions and 0 deletions

View File

@ -287,6 +287,23 @@ input[type=text], input[type=password], .badge {
#bufferlines td.prefix:after {
content: ">";
}
.nav li.bufferfilter {
margin-top: 2px;
height: 47px;
}
.nav li form, .nav li form input {
height: 100%;
}
.nav-stacked li {
float: left;
}
.nav-stacked li a {
min-width: 80px;
padding: 15px;
}
.hide-mobile {
display: none;
}
}
.color-light-green {
color: chartreuse;