diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-12-17 12:23:19 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-12-17 12:23:19 +0100 |
commit | 31fed783e82dd065c71b234ba08ece596a081f05 (patch) | |
tree | 9cda68ddf5b5beb9d81b0d708dfe9ed15b42945a /includes/components/2023ui.inc | |
parent | 1e5d2072fb4e257e82e2a97b4fb62e5b553b8e6d (diff) | |
download | pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.tar.gz pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.tar.bz2 pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.zip |
Updated 15 files and deleted 3 files (automated)
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> |