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:
Evy Kassirer
2023-01-19 10:37:38 -08:00
committed by GitHub
parent 863ec70955
commit cc35e2f9b2
2 changed files with 2 additions and 25 deletions

View File

@@ -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) {

View File

@@ -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"/>