[backend/razor] Move navbar placeholder into the NavBar component

This commit is contained in:
Laura Hausmann 2024-11-09 05:15:00 +01:00
parent 346803935a
commit 555d1108f5
No known key found for this signature in database
GPG key ID: D044E84C5BE01605
3 changed files with 5 additions and 4 deletions

View file

@ -131,6 +131,7 @@
</li>
</ul>
</nav>
<div class="navbar-placeholder"></div>
<VersionedScript src="/Components/Generic/NavBar.razor.js"/>
@code {

View file

@ -1,3 +1,7 @@
.navbar-placeholder {
margin-top: 60px;
}
.navbar {
position: absolute;
left: 0;

View file

@ -14,7 +14,3 @@ p {
.width30 {
width: 30ch;
}
body {
margin-top: 60px;
}