mirror of https://github.com/zulip/zulip.git
media.css: Make min-width small enough to support iPhone 5.
This makes the min-width go down to the screen width of the iPhone 5 (320px) so that content doesn’t overflow.
This commit is contained in:
parent
3a4abc25a1
commit
9cc5014ae9
|
@ -339,6 +339,13 @@
|
||||||
.stream_row .description {
|
.stream_row .description {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body,
|
||||||
|
html,
|
||||||
|
.app-main,
|
||||||
|
.header-main {
|
||||||
|
min-width: 320px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-device-width: 300px) and (max-device-width: 700px) {
|
@media only screen and (min-device-width: 300px) and (max-device-width: 700px) {
|
||||||
|
|
Loading…
Reference in New Issue