search css refactor: Split pill searchbox code into its own section.

This commit is contained in:
evykassirer 2023-03-06 15:56:17 -08:00 committed by Tim Abbott
parent a030fe40ac
commit 3d3d00ab8e
1 changed files with 7 additions and 1 deletions

View File

@ -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;