feedback_container: Expand to almost full width below 767px.

Remove css clutter.
This commit is contained in:
Aman Agrawal 2021-01-25 08:49:48 +00:00 committed by Tim Abbott
parent 1374d556da
commit 705fd50e9e
1 changed files with 1 additions and 1 deletions

View File

@ -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%;