mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
media_breakpoints: Use ms-min var for 320px.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user