mirror of https://github.com/zulip/zulip.git
media_breakpoints: Use ms-min var for 320px.
This commit is contained in:
parent
6fc71194c8
commit
d9b60e63cf
|
@ -253,7 +253,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 320px) and (max-width: $md-max) {
|
||||
@media only screen and (min-width: $ms-min) and (max-width: $md-max) {
|
||||
#lightbox_overlay {
|
||||
.image-actions {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue