From 18cbb994d53ca1d379bed0d3b37f961c156535de Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 8 Sep 2022 11:22:40 +0200 Subject: [PATCH] [FIX] Use proper markup instead of fighting against Bootstrap --- .../templates/authentication/dashboard.html | 16 ++++++++++------ .../static/allianceauth/css/auth-base.css | 10 ++-------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/allianceauth/authentication/templates/authentication/dashboard.html b/allianceauth/authentication/templates/authentication/dashboard.html index 1b1a50cd..44e1866e 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.html +++ b/allianceauth/authentication/templates/authentication/dashboard.html @@ -103,13 +103,17 @@ {% endif %}
- diff --git a/allianceauth/static/allianceauth/css/auth-base.css b/allianceauth/static/allianceauth/css/auth-base.css index 1e9a5f9b..c4a64b0a 100644 --- a/allianceauth/static/allianceauth/css/auth-base.css +++ b/allianceauth/static/allianceauth/css/auth-base.css @@ -191,7 +191,8 @@ ul.list-group.list-group-horizontal > li.list-group-item { } } -/* Small devices (tablets, 768px and up) */ +/* Small devices (tablets, 768px and up) +------------------------------------------------------------------------------------- */ @media (min-width: 768px) { /* class for vertically aligning columns in a bootstrap row */ .row.vertical-flexbox-row2 { @@ -204,10 +205,3 @@ ul.list-group.list-group-horizontal > li.list-group-item { flex-direction: column; } } - -/* Extra Small devices (Phones, <768px) */ -@media (max-width: 767px) { - .button-wrapper .btn { - margin-bottom: 5px; - } -}