Header fixes

This commit is contained in:
kvakazyambra 2022-09-18 18:31:48 +03:00
parent 9d517988e7
commit ee02b5d0b8
2 changed files with 18 additions and 0 deletions

View File

@ -263,3 +263,15 @@ nav {
z-index: 1;
}
}
.header__search {
text-transform: lowercase;
.icon {
display: inline-block;
height: 1em;
margin-right: 0.3em;
vertical-align: middle;
width: 1em;
}
}

View File

@ -109,6 +109,12 @@ export const Header = () => {
</li>
)}
</For>
<li class="header__search">
<a href="#">
<Icon name="search" />
{t('Search')}
</a>
</li>
</ul>
</div>
<div class="usernav">