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 {
|
||||
border-collapse: separate;
|
||||
border-spacing: 2px 2px;
|
||||
border-spacing: 2px 4px;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
|
@ -438,7 +438,7 @@ h2 span, h2 small {
|
|||
}
|
||||
|
||||
#bufferlines td.time {
|
||||
padding-right: 6px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#bufferlines td.prefix {
|
||||
|
@ -453,6 +453,12 @@ h2 span, h2 small {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
/* they're practically invisible otherwise */
|
||||
.repeated-time .cof-chat_time,
|
||||
.repeated-time .cof-chat_time_delimiters {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding-left: 0px !important;
|
||||
padding-right: 0px !important;
|
||||
|
|
Loading…
Reference in a new issue