mirror of https://github.com/zulip/zulip.git
css: Wrap more selectors under `.default-sidebar-behaviour`.
This commit is contained in:
parent
4740485a13
commit
af25709e30
|
@ -2486,28 +2486,28 @@ select.invite-as {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#streamlist-toggle {
|
#streamlist-toggle {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
|
||||||
|
|
||||||
.top-navbar-container {
|
|
||||||
margin-left: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.typeahead.dropdown-menu .typeahead-menu li {
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
& a {
|
|
||||||
white-space: normal;
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#feedback_container {
|
.top-navbar-container {
|
||||||
width: calc(90% - 30px);
|
margin-left: 40px;
|
||||||
left: 5%;
|
}
|
||||||
top: 5%;
|
|
||||||
|
.typeahead.dropdown-menu .typeahead-menu li {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
& a {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#feedback_container {
|
||||||
|
width: calc(90% - 30px);
|
||||||
|
left: 5%;
|
||||||
|
top: 5%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue