improve(ui): toolbar search input

This commit is contained in:
charlie
2021-02-02 14:54:14 +08:00
parent d8c04f7f75
commit b31193db9d
2 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
#search p {
margin: 0;
#search {
> .inner {
width: 100%;
max-width: 280px;
}
}
#search-wrapper svg {