This commit is contained in:
x
2025-11-04 19:22:23 +01:00
parent a3dbbfa706
commit 0ce0abd0d3
2 changed files with 49 additions and 39 deletions

View File

@@ -263,3 +263,7 @@ video {
grid-gap: 0.25em; grid-gap: 0.25em;
} }
} }
.bg-black {
background: #0000008a !important;
}

View File

@@ -63,7 +63,11 @@
</nav> </nav>
@else @else
<!-- not logged in --> <!-- not logged in -->
@if(url.pathname === "/" || url.pathname.startsWith("/p/"))
<nav class="navbar navbar-expand-lg bg-black">
@else
<nav class="navbar navbar-expand-lg"> <nav class="navbar navbar-expand-lg">
@endif
<a class="navbar-brand" href="/"><img class="image-brand" src="/s/img/w0bm_mosh_banner_by_marderchen.gif" <a class="navbar-brand" href="/"><img class="image-brand" src="/s/img/w0bm_mosh_banner_by_marderchen.gif"
alt="w...?"><span class="f0ck" width="" height=""></span></a> alt="w...?"><span class="f0ck" width="" height=""></span></a>
<li class="nav-item dropdown" style="visibility: hidden;" id="themes"> <li class="nav-item dropdown" style="visibility: hidden;" id="themes">
@@ -99,6 +103,8 @@
@endif @endif
</div> </div>
</div> </div>
@else
<div class="collapse navbar-collapse show" id="navbarSupportedContent" style="padding: 5px;">&zwnj;</div>
@endif @endif
</div> </div>
</nav> </nav>