[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>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="navbar-placeholder"></div>
|
||||
<VersionedScript src="/Components/Generic/NavBar.razor.js"/>
|
||||
|
||||
@code {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
.navbar-placeholder {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
|
@ -14,7 +14,3 @@ p {
|
|||
.width30 {
|
||||
width: 30ch;
|
||||
}
|
||||
|
||||
body {
|
||||
margin-top: 60px;
|
||||
}
|
Loading…
Add table
Reference in a new issue