[Web] Fix app layout issue
This commit is contained in:
@@ -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) %}
|
||||
|
||||
Reference in New Issue
Block a user