Fix horizontal scroll

This commit is contained in:
GrO2Bl 2024-07-22 19:00:33 +03:30
parent d9464d1dbb
commit 42e6671c9a
2 changed files with 5 additions and 1 deletions

View file

@ -37,6 +37,10 @@ body > header {
flex-direction: row;
align-items: center;
&.right-nav {
overflow-x: hidden;
}
hr {
height: 100%;
width: 0.2em;

View file

@ -32,7 +32,7 @@
<hr/>
@:header()
</nav>
<nav>
<nav class="right-nav">
@if ctx.2.is_some() {
<a href="@uri!(search::search: _)">
<i class="icon icon-search"></i>