log: fix word wrap bug

log: remove network bloat by abt 10x
pull/24/head
justcool393 2022-11-26 13:08:26 -06:00 committed by geese_suck
parent d8204e3a00
commit 036afaecf8
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
2 changed files with 16 additions and 1 deletions

View File

@ -6408,3 +6408,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;
}

View File

@ -70,7 +70,7 @@
<div class="rounded border bg-white mx-auto">
{% for ma in actions %}
<div id="action-{{ma.id}}" class="{% if ma.unread %}unread{% endif %} position-relative d-flex justify-content-between flex-wrap align-items-center h-min-16 px-3 py-3 bg-white{% if loop.index > 1 %} border-top{% endif %}">
<div id="action-{{ma.id}}" class="modlog-action{% if ma.unread %} unread{% endif %}">
<div class="d-flex flex-grow-1 align-items-center">
<div class="d-flex align-items-center justify-content-center {{ma.color}} mr-3 rounded-lg flex-shrink-0" style="width: 32px;height: 32px;"><i class="far text-center {{ma.icon}} text-lg text-white fa-fw"></i></div>
<div class="d-flex align-items-center">