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:
parent
f7e0001ca3
commit
9b755be7fd
2 changed files with 21 additions and 11 deletions
|
@ -76,6 +76,7 @@ td.prefix {
|
|||
}
|
||||
td.message {
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
vertical-align: top;
|
||||
width: 100%;
|
||||
padding-left: 5px;
|
||||
|
@ -87,15 +88,6 @@ hr {
|
|||
.text {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
/* Lastly, apply responsive CSS fixes as necessary */
|
||||
@media (max-width: 767px) {
|
||||
#footer {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
color: #ddd;
|
||||
|
@ -268,6 +260,7 @@ input[type=text], input[type=password], .badge {
|
|||
}
|
||||
#bufferlines {
|
||||
padding-bottom: 38px; /* navbar fixed bottom */
|
||||
top: 10px;
|
||||
}
|
||||
.navbar-fixed-bottom {
|
||||
margin: 0;
|
||||
|
@ -294,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue