[BS5] change bootstrap responsive

This commit is contained in:
FreddleSpl0it
2022-03-31 15:24:10 +02:00
parent 4d0799dead
commit b980e7af29
52 changed files with 196 additions and 240 deletions

View File

@@ -55,7 +55,6 @@
{% endfor %}
</ul>
{% endif %}
<div class="clearfix"></div>
</div>
</form>
{% if login_delay %}
@@ -67,14 +66,14 @@
<div class="apps">
{% for app in mailcow_apps %}
{% if not skip_sogo or not is_uri('SOGo', app.link) %}
<div class="media-clearfix">
<div>
<a href="{{ app.link }}" role="button" {% if app.description %}title="{{ app.description }}"{% endif %} class="btn btn-primary btn-lg btn-block">{{ app.name }}</a>
</div>
{% endif %}
{% endfor %}
{% for row in app_links %}
{% for key, val in row %}
<div class="media-clearfix">
<div>
<a href="{{ val }}" role="button" class="btn btn-primary btn-lg btn-block">{{ key }}</a>
</div>
{% endfor %}