From 8b7ca464cf2579f69cdf8f2f61e43237a3773205 Mon Sep 17 00:00:00 2001
From: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Date: Thu, 27 Oct 2022 16:11:37 +0200
Subject: [PATCH] Always use rounded quadrat user avatars (#1350)
To stay consistent with the header.
---
web/src/components/layout/header/Navbar.vue | 2 +-
web/src/components/repo/pipeline/PipelineItem.vue | 2 +-
web/src/components/repo/pipeline/PipelineProcList.vue | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/src/components/layout/header/Navbar.vue b/web/src/components/layout/header/Navbar.vue
index 937706437..97ed91802 100644
--- a/web/src/components/layout/header/Navbar.vue
+++ b/web/src/components/layout/header/Navbar.vue
@@ -46,7 +46,7 @@
:title="$t('user.settings')"
class="navbar-icon navbar-clickable !p-1.5"
>
-
+
diff --git a/web/src/components/repo/pipeline/PipelineItem.vue b/web/src/components/repo/pipeline/PipelineItem.vue
index 59f36e553..849bf918b 100644
--- a/web/src/components/repo/pipeline/PipelineItem.vue
+++ b/web/src/components/repo/pipeline/PipelineItem.vue
@@ -20,7 +20,7 @@