Header fixes
This commit is contained in:
parent
9d517988e7
commit
ee02b5d0b8
|
@ -263,3 +263,15 @@ nav {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header__search {
|
||||||
|
text-transform: lowercase;
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
display: inline-block;
|
||||||
|
height: 1em;
|
||||||
|
margin-right: 0.3em;
|
||||||
|
vertical-align: middle;
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -109,6 +109,12 @@ export const Header = () => {
|
||||||
</li>
|
</li>
|
||||||
)}
|
)}
|
||||||
</For>
|
</For>
|
||||||
|
<li class="header__search">
|
||||||
|
<a href="#">
|
||||||
|
<Icon name="search" />
|
||||||
|
{t('Search')}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="usernav">
|
<div class="usernav">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user