From 684dd0c1c1fe2156e3f17e8bb1d9fa9c4f9de782 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 26 Nov 2022 13:08:26 -0600 Subject: [PATCH] log: fix word wrap bug log: remove network bloat by abt 10x --- files/assets/css/main.css | 15 +++++++++++++++ files/templates/log.html | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index dd8e7e2c0..d9ccf085d 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6391,3 +6391,18 @@ div.markdown { overflow: scroll; } } + +.modlog-action { + display: flex; + flex-wrap: wrap; + background: var(--gray-600) !important; + position: relative; + align-items: center; + justify-content: space-between; + overflow-wrap: anywhere; + padding: 1rem 1rem 1rem 1rem; +} + +.modlog-action:not(:first-of-type) { + border-top: 1px solid var(--gray-400) !important; +} diff --git a/files/templates/log.html b/files/templates/log.html index aba6d6f7e..7ee238d3c 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -70,7 +70,7 @@
{% for ma in actions %} -
+