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-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#streamlist-toggle {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.top-navbar-container {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
.typeahead.dropdown-menu .typeahead-menu li {
|
||||
width: 100%;
|
||||
|
||||
& a {
|
||||
white-space: normal;
|
||||
#streamlist-toggle {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
#feedback_container {
|
||||
width: calc(90% - 30px);
|
||||
left: 5%;
|
||||
top: 5%;
|
||||
.top-navbar-container {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
.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