From 2a77e70d86084a49d81e238eecff04c085addd83 Mon Sep 17 00:00:00 2001 From: moozzi Date: Fri, 13 Feb 2026 13:48:41 +0100 Subject: [PATCH] Changed badges `border-radius`. --- app/assets/stylesheets/components/profile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/components/profile.css b/app/assets/stylesheets/components/profile.css index 0d85a83..56bf224 100644 --- a/app/assets/stylesheets/components/profile.css +++ b/app/assets/stylesheets/components/profile.css @@ -37,7 +37,7 @@ display: inline-flex; align-items: center; padding: 4px 10px; - border-radius: var(--border-radius-full); + border-radius: var(--border-radius-sm); background: var(--color-bg-icon); color: var(--color-text-primary); font-size: var(--font-size-sm); @@ -304,7 +304,7 @@ display: inline-flex; align-items: center; padding: 2px 8px; - border-radius: var(--border-radius-full); + border-radius: var(--border-radius-sm); font-size: var(--font-size-xs); font-weight: var(--font-weight-semibold); white-space: nowrap; @@ -572,7 +572,7 @@ align-items: center; justify-content: center; padding: 4px 10px; - border-radius: var(--border-radius-full); + border-radius: var(--border-radius-sm); border: var(--border-width) solid var(--color-border); color: var(--color-text-primary); text-decoration: none;