diff options
Diffstat (limited to 'includes/components/2023ui.inc')
-rw-r--r-- | includes/components/2023ui.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/includes/components/2023ui.inc b/includes/components/2023ui.inc index d0792ec..40c2d00 100644 --- a/includes/components/2023ui.inc +++ b/includes/components/2023ui.inc @@ -210,15 +210,9 @@ </a> <?php if ($isLoggedIn): ?> - <div class="mobile-hide" style="margin: 10px 0; width: 48px; height: 2px; background-color: var(--palette-2);"></div> - <div class="mobile-show" style="display: none; margin: 0 10px; height: 48px; width: 2px; background-color: var(--palette-2); vertical-align: middle;"></div> - <a data-bs-toggle="tooltip" data-bs-placement="right" title="Money tracker" class="ui2023-side-bar-item" href="/-/money" style="padding: 10px; height: 48px; width: 48px; display: block; border-radius: 999px;"> <img src="<?= icon("money") ?>" style="max-width: 28px; max-height: 28px;"> </a> - <a data-bs-toggle="tooltip" data-bs-placement="right" title="Documents" class="ui2023-side-bar-item" href="/-/docs" style="padding: 10px; height: 48px; width: 48px; display: block; border-radius: 999px;"> - <img src="<?= icon("documents") ?>" style="max-width: 28px; max-height: 28px;"> - </a> <a data-bs-toggle="tooltip" data-bs-placement="right" title="System travelling" class="ui2023-side-bar-item" href="/-/travelling" style="padding: 10px; height: 48px; width: 48px; display: block; border-radius: 999px;"> <img src="<?= icon("travelling") ?>" style="max-width: 28px; max-height: 28px;"> </a> |