diff --git a/files/assets/css/main.css b/files/assets/css/main.css index dd8e7e2c00..d9ccf085d4 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 aba6d6f7e5..7ee238d3cd 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -70,7 +70,7 @@
{% for ma in actions %} -
+