background color consistency between /log and /notifications/modactions

pull/211/head
Aevann 2023-10-05 19:26:59 +03:00
parent 3e27dbec0a
commit aac2bfed38
2 changed files with 1 additions and 2 deletions

View File

@ -6890,7 +6890,6 @@ div.markdown {
.modlog-action {
display: flex;
flex-wrap: wrap;
background: var(--gray-600) !important;
position: relative;
align-items: center;
justify-content: space-between;

View File

@ -47,7 +47,7 @@
</div>
</div>
<div class="rounded border bg-white mx-auto">
<div class="rounded border mx-auto">
{% for ma in actions %}
<div id="action-{{ma.id}}" class="modlog-action{% if ma.unread %} unread{% endif %}">
<div class="d-flex flex-grow-1 align-items-center">