Improve mobile design
This commit is contained in:
parent
007827b884
commit
2be3ac7f99
|
@ -372,11 +372,9 @@ h2 span, h2 small {
|
||||||
color: #C7C7C7;
|
color: #C7C7C7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bufferline {
|
#bufferlines table {
|
||||||
display: inline-block;
|
border-collapse: separate;
|
||||||
padding-top: 4px;
|
border-spacing: 2px 2px;
|
||||||
padding-bottom: 3px;
|
|
||||||
line-height: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
@ -440,14 +438,14 @@ h2 span, h2 small {
|
||||||
}
|
}
|
||||||
|
|
||||||
#bufferlines td.time {
|
#bufferlines td.time {
|
||||||
display: inline;
|
padding-right: 6px;
|
||||||
padding-right: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#bufferlines td.prefix {
|
#bufferlines td.prefix {
|
||||||
display: inline;
|
display: inline;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bufferlines td.message {
|
#bufferlines td.message {
|
||||||
|
@ -455,14 +453,6 @@ h2 span, h2 small {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bufferlines td.prefix:before {
|
|
||||||
content: "<";
|
|
||||||
}
|
|
||||||
|
|
||||||
#bufferlines td.prefix:after {
|
|
||||||
content: ">";
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
padding-right: 0px !important;
|
padding-right: 0px !important;
|
||||||
|
|
Loading…
Reference in New Issue