mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-04 19:36:52 +01:00
Add border-radius to activity log avatars (#1848)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
This commit is contained in:
parent
605fcbe61a
commit
574a391e73
@ -185,7 +185,7 @@ class ActivityLog extends Model implements HasIcon, HasLabel
|
||||
|
||||
return "
|
||||
<div style='display: flex; align-items: center;'>
|
||||
<img width='50px' height='50px' src='{$avatarUrl}' style='margin-right: 15px' />
|
||||
<img width='50px' height='50px' src='{$avatarUrl}' style='margin-right: 15px; border-radius: 50%;' />
|
||||
|
||||
<div>
|
||||
<p>$username — $this->event</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user