mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-30 17:54:44 +00:00
Always use rounded quadrat user avatars (#1350)
To stay consistent with the header.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div class="flex py-2 px-4 flex-grow min-w-0 <md:flex-wrap">
|
||||
<div class="<md:hidden flex items-center flex-shrink-0">
|
||||
<Icon v-if="pipeline.event === 'cron'" name="stopwatch" class="text-color" />
|
||||
<img v-else class="w-8" :src="pipeline.author_avatar" />
|
||||
<img v-else class="rounded-md w-8" :src="pipeline.author_avatar" />
|
||||
</div>
|
||||
|
||||
<div class="w-full md:w-auto md:mx-4 flex items-center min-w-0">
|
||||
|
||||
Reference in New Issue
Block a user