[backend/razor] Move navbar placeholder into the NavBar component
This commit is contained in:
parent
346803935a
commit
555d1108f5
3 changed files with 5 additions and 4 deletions
|
@ -131,6 +131,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
<div class="navbar-placeholder"></div>
|
||||||
<VersionedScript src="/Components/Generic/NavBar.razor.js"/>
|
<VersionedScript src="/Components/Generic/NavBar.razor.js"/>
|
||||||
|
|
||||||
@code {
|
@code {
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
.navbar-placeholder {
|
||||||
|
margin-top: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
@ -13,8 +13,4 @@ p {
|
||||||
|
|
||||||
.width30 {
|
.width30 {
|
||||||
width: 30ch;
|
width: 30ch;
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
margin-top: 60px;
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue