mirror of https://github.com/zulip/zulip.git
search css refactor: Split pill searchbox code into its own section.
This commit is contained in:
parent
a030fe40ac
commit
3d3d00ab8e
|
@ -110,10 +110,16 @@
|
|||
}
|
||||
|
||||
#search_arrows {
|
||||
padding-left: 35px;
|
||||
font-size: 90%;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
}
|
||||
|
||||
/* in progress: searchbox with pills */
|
||||
#searchbox {
|
||||
#search_arrows {
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
.pill-container {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue