mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 02:53:52 +00:00
navbar: Remove stale .rightside-userlist CSS class.
Since fbe9a9e539, the top_navbar element
unconditionally has the rightside_userlist class. There's some CSS
associated with this class NOT being present, which can be deleted as having
no effect, and then we can remove the class as having no effect as well,
This commit is contained in:
@@ -2879,7 +2879,7 @@ textarea.invitee_emails {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
#top_navbar.rightside-userlist #navbar-buttons {
|
||||
#top_navbar #navbar-buttons {
|
||||
margin-right: 41px;
|
||||
}
|
||||
|
||||
@@ -2905,18 +2905,6 @@ textarea.invitee_emails {
|
||||
.search_closed .fa-search {
|
||||
right: 115px;
|
||||
}
|
||||
|
||||
#top_navbar:not(.rightside-userlist) {
|
||||
.search_closed .fa-search {
|
||||
right: 72px;
|
||||
}
|
||||
|
||||
.top-navbar-border,
|
||||
#searchbox_legacy .navbar-search.expanded,
|
||||
#searchbox .navbar-search.expanded {
|
||||
width: calc(100% - 50px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (width < $md_min) {
|
||||
@@ -2996,17 +2984,6 @@ textarea.invitee_emails {
|
||||
.search_closed .fa-search {
|
||||
right: 115px;
|
||||
}
|
||||
|
||||
#top_navbar:not(.rightside-userlist) {
|
||||
.top-navbar-border {
|
||||
width: calc(100% - 75px);
|
||||
}
|
||||
|
||||
#searchbox_legacy .navbar-search.expanded,
|
||||
#searchbox .navbar-search.expanded {
|
||||
width: calc(100% - 90px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (width < $sm_min) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div class="header">
|
||||
<nav class="header-main rightside-userlist" id="top_navbar">
|
||||
<nav class="header-main" id="top_navbar">
|
||||
<div class="column-left">
|
||||
<a class="brand no-style" href="#">
|
||||
<img id="realm-logo" src="" alt="" class="nav-logo no-drag"/>
|
||||
|
||||
Reference in New Issue
Block a user