Adjust to actual mobile devices, not small browser windows
This commit is contained in:
parent
2be3ac7f99
commit
b21e788ab2
1 changed files with 8 additions and 2 deletions
|
@ -374,7 +374,7 @@ h2 span, h2 small {
|
||||||
|
|
||||||
#bufferlines table {
|
#bufferlines table {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 2px 2px;
|
border-spacing: 2px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
@ -438,7 +438,7 @@ h2 span, h2 small {
|
||||||
}
|
}
|
||||||
|
|
||||||
#bufferlines td.time {
|
#bufferlines td.time {
|
||||||
padding-right: 6px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bufferlines td.prefix {
|
#bufferlines td.prefix {
|
||||||
|
@ -453,6 +453,12 @@ h2 span, h2 small {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* they're practically invisible otherwise */
|
||||||
|
.repeated-time .cof-chat_time,
|
||||||
|
.repeated-time .cof-chat_time_delimiters {
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
padding-right: 0px !important;
|
padding-right: 0px !important;
|
||||||
|
|
Loading…
Reference in a new issue