mirror of https://github.com/zulip/zulip.git
media: Display stream list filter at full width.
This commit is contained in:
parent
940ca17c46
commit
d5a3691561
|
@ -189,6 +189,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
/* Override Bootstrap's responsive grid to display input at full width */
|
||||
.input-append .stream-list-filter {
|
||||
/* Input width = 100% - 10px margin x2 - 6px padding x2 - 1px border x2. */
|
||||
width: calc(100% - 34px);
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.column-right.expanded .right-sidebar,
|
||||
.column-left.expanded .left-sidebar {
|
||||
|
|
Loading…
Reference in New Issue