forked from MarseyWorld/MarseyWorld
background color consistency between /log and /notifications/modactions
parent
3e27dbec0a
commit
aac2bfed38
|
@ -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;
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue