tweak search box

This commit is contained in:
Aadil Ayub 2022-01-06 18:00:19 +05:00
parent 766fd601bf
commit cd38d449f0
2 changed files with 11 additions and 3 deletions

View File

@ -171,10 +171,18 @@ a {
display: flex;
}
#top-menu .search {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
#top-menu input {
border: none;
border-bottom: 1px solid #333;
margin-right: 2rem;
font-size: 13px;
margin-left: 5px;
}
#top-menu input:focus,

View File

@ -1,4 +1,4 @@
<svg width="16" height="25" viewBox="0 0 16 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="7" cy="16" r="5" stroke="#333333" stroke-width="2"/>
<line x1="11.4142" y1="20" x2="15" y2="23.5858" stroke="#333333" stroke-width="2" stroke-linecap="round"/>
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="5" stroke="#333333" stroke-width="2"/>
<line x1="10.4142" y1="10" x2="14" y2="13.5858" stroke="#333333" stroke-width="2" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 274 B