css: Wrap more selectors under `.default-sidebar-behaviour`.

This commit is contained in:
Aman Agrawal 2024-03-19 03:52:44 +00:00 committed by Tim Abbott
parent 4740485a13
commit af25709e30
1 changed files with 19 additions and 19 deletions

View File

@ -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%;
}
}
}