mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
recent_topics: Expand width at 767px instead of 700px.
This looks nice and doesn't break anything.
This commit is contained in:
parent
d074b8b1f0
commit
a9be2f4067
@ -11,11 +11,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@media (max-width: 1130px) {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
@media (max-width: $md-max) {
|
||||
height: 95%;
|
||||
max-width: none;
|
||||
width: 90%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user