mirror of https://github.com/zulip/zulip.git
search pills: Align icons on top row.
This reverts #30804. We need a followup PR to address the issue that PR was trying to solve without breaking icon alignment.
This commit is contained in:
parent
d895ca287f
commit
f23fdede67
|
@ -210,11 +210,8 @@
|
|||
/* Override style for .pill-container that isn't relevant for search. */
|
||||
border: none;
|
||||
grid-template:
|
||||
"search-icon search-pills search-close" minmax(
|
||||
var(--search-box-height),
|
||||
auto
|
||||
)
|
||||
/ auto minmax(0, 1fr) 28px;
|
||||
"search-icon search-pills search-close" var(--search-box-height)
|
||||
". search-pills ." auto / auto minmax(0, 1fr) 28px;
|
||||
align-items: start;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
Loading…
Reference in New Issue