mirror of https://github.com/zulip/zulip.git
feedback_container: Expand to almost full width below 767px.
Remove css clutter.
This commit is contained in:
parent
1374d556da
commit
705fd50e9e
|
@ -2896,7 +2896,7 @@ select.inline_select_topic_edit {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 300px) and (max-width: 700px) {
|
||||
@media (max-width: $md_max) {
|
||||
#feedback_container {
|
||||
width: calc(90% - 30px);
|
||||
left: 5%;
|
||||
|
|
Loading…
Reference in New Issue