From 2105f20f7230fef5575b3f4578b0124ae335ffb6 Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Tue, 21 Feb 2023 01:04:30 +0000 Subject: [PATCH] add float plus margins to replace whitespace --- files/assets/css/main.css | 3 +++ files/templates/user_in_table.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index fedf070c4..432fdc69c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -2360,6 +2360,9 @@ a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus .float-right { float: right !important; } +.float-left { + float: left !important; +} .overflow-auto { overflow: auto !important; } diff --git a/files/templates/user_in_table.html b/files/templates/user_in_table.html index ee3623b3d..67a55f534 100644 --- a/files/templates/user_in_table.html +++ b/files/templates/user_in_table.html @@ -1,7 +1,7 @@ {%- include 'admin/shadowbanned_tooltip.html' -%} {% if user %} -
+
{% if user.hat_active(v)[0] -%} -- 2.34.1