Skip to content

Commit

Permalink
UX: prevent timeline overlapping topic at some widths
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Sep 23, 2020
1 parent 0bd06b2 commit 49f2f8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions desktop/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,9 @@ nav.post-controls {
width: 89%;
}
}

@media screen and (max-width: 980px) {
.topic-body {
width: 86%;
}
}

0 comments on commit 49f2f8d

Please sign in to comment.