mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Eliminating a "sweet spot" at 870px viewport where the topic-body exceeds 690px wide
This commit is contained in:
parent
aeebcef7e2
commit
f7c77171b9
@ -936,7 +936,7 @@ span.highlighted {
|
||||
|
||||
|
||||
@media all
|
||||
and (max-width : 870px) {
|
||||
and (max-width : 775px) {
|
||||
|
||||
.gutter {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user