mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
Increase topic breakpoint width to avoid small range where layout wraps
This commit is contained in:
parent
3e7c4dcc57
commit
ca9a5b8458
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue