tweak search box

This commit is contained in:
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,