mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
search: Make search box bottom border visible again.
The nav bar's bottom border was being hidden by the search bar. This makes the search bar slightly less high to fix this issue. Soon this code will be replaced with the changes in #24345.
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
#search_query {
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
height: var(--header-height);
|
||||
height: calc(var(--header-height) - 1px);
|
||||
padding: 0;
|
||||
padding-left: 5px;
|
||||
padding-right: 40px;
|
||||
|
@@ -2948,6 +2948,10 @@ select.invite-as {
|
||||
height: var(--header-height);
|
||||
}
|
||||
|
||||
#searchbox_form {
|
||||
height: calc(var(--header-height) - 1px);
|
||||
}
|
||||
|
||||
.spectator_narrow_login_button {
|
||||
height: var(--header-height) !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user