Prevent admin nav wrapping to match public header height

This commit is contained in:
Pontoporeia
2026-04-09 14:37:49 +02:00
parent c5c049eace
commit 0c29fa21e9
5 changed files with 106 additions and 78 deletions

View File

@@ -55,6 +55,8 @@ $_thesisId = $_GET['id'] ?? null;
</ul>
</nav>
<?php endif; ?>
</header>
<?php if (!$_isAdmin): ?>