mirror of https://github.com/zulip/zulip.git
stream-ui: Fix oddly spaced elements in streams tab.
This reverts most of the changes made in commit a5f0379
.
This commit is contained in:
parent
34ada11448
commit
4118279c1a
|
@ -267,10 +267,6 @@
|
|||
|
||||
.stream_sorter_toggle {
|
||||
margin-left: auto;
|
||||
|
||||
@media (width < $lg_min) {
|
||||
margin-left: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1106,7 +1106,6 @@ ul.grey-box {
|
|||
@media (width < $lg_min) {
|
||||
.subscriptions-container .left .search-container {
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.search-container {
|
||||
|
|
Loading…
Reference in New Issue