Resize top nav and compoents

This commit is contained in:
johnnyq
2026-08-14 18:53:20 -04:00
parent e2512b0f86
commit 35239b563d
4 changed files with 73 additions and 5 deletions

View File

@@ -65,7 +65,7 @@
<a class="nav-link ajax-modal" href="#" data-modal-url="/modals/notifications.php">
<i class="fas fa-bell"></i>
<?php if ($num_notifications) { ?>
<span class="badge bg-light text-dark rounded-pill navbar-badge position-absolute" style="top: 1px; right: 3px;">
<span class="badge bg-light text-dark rounded-pill navbar-badge">
<?= $num_notifications ?>
</span>
<?php } ?>