mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54: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 {
|
#lightbox_overlay {
|
||||||
.image-actions {
|
.image-actions {
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user