mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
search box: Align the search exit button for pills and legacy.
This commit aligns the search icon in the navbar (with the search bar closed) to be in the same position as the "search_exit" or "x" icon (which appears when the search bar is open).
This commit is contained in:
@@ -1620,7 +1620,7 @@ div.focused_table {
|
||||
position: absolute;
|
||||
.search_button {
|
||||
display: inline;
|
||||
margin-right: 16px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1663,7 +1663,7 @@ div.focused_table {
|
||||
.search_button,
|
||||
.search_button[disabled]:hover {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
right: 35px;
|
||||
top: 6px;
|
||||
background: none;
|
||||
border-radius: 0px;
|
||||
@@ -1738,6 +1738,14 @@ div.focused_table {
|
||||
#search_query {
|
||||
padding-left: 35px;
|
||||
}
|
||||
.search_button {
|
||||
right: 0px;
|
||||
}
|
||||
.navbar-search.expanded {
|
||||
.search_button {
|
||||
margin-right: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#tab_bar_underpadding {
|
||||
|
||||
Reference in New Issue
Block a user