[Web] Fix app layout issue

This commit is contained in:
FreddleSpl0it
2025-03-07 09:54:35 +01:00
parent fcebe98557
commit 8761d8fc47
4 changed files with 9 additions and 31 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
<div class="my-4" id="fido2-alerts"></div>
{% if (mailcow_apps or app_links) and not hide_mailcow_apps %}
<legend><i class="bi bi-link-45deg"></i> {{ ui_texts.apps_name|raw }}</legend><hr />
<div class="my-2 d-grid gap-2 d-sm-block apps">
<div class="my-2 apps">
{% for app in mailcow_apps %}
{% if not app.hide %}
{% if not skip_sogo or not is_uri('SOGo', app.link) %}