mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Aligned user's name to cell center
This commit is contained in:
parent
35f5a38a17
commit
b10ceb75ff
@ -23,7 +23,7 @@
|
||||
{{#let (parse-audit-log-event event) as |ev|}}
|
||||
<tr>
|
||||
<div class="gh-list-data gh-list-cellwidth-30">
|
||||
<div class="flex">
|
||||
<div class="flex items-center">
|
||||
<span class="user-list-item-figure" style={{background-image-style ev.actor.profileImageUrl}}>
|
||||
<span class="hidden">Photo of {{ev.actor.name}}</span>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user