mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
Increase topic breakpoint width to avoid small range where layout wraps
This commit is contained in:
parent
3e7c4dcc57
commit
ca9a5b8458
|
@ -847,7 +847,7 @@ span.highlighted {
|
|||
|
||||
/* Tablet (portrait) ----------- */
|
||||
|
||||
@media all and (max-width: 775px) {
|
||||
@media all and (max-width: 790px) {
|
||||
.topic-avatar {
|
||||
width: 45px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user