linkfy mod log icons
parent
5b3af82751
commit
67750ea80c
|
@ -54,7 +54,11 @@
|
|||
{% 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">
|
||||
<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="fas text-center {{ma.icon}} text-lg text-white fa-fw"></i></div>
|
||||
<a href="?kind={{ma.kind}}">
|
||||
<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="fas text-center {{ma.icon}} text-lg text-white fa-fw"></i>
|
||||
</div>
|
||||
</a>
|
||||
<div class="d-flex align-items-center">
|
||||
<span class="rounded">
|
||||
<div class="profile-pic-35-wrapper">
|
||||
|
|
Loading…
Reference in New Issue