mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 12:02:45 +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) ----------- */
|
/* Tablet (portrait) ----------- */
|
||||||
|
|
||||||
@media all and (max-width: 775px) {
|
@media all and (max-width: 790px) {
|
||||||
.topic-avatar {
|
.topic-avatar {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user