From f5b0e8ba626c2656531160a7141f542d374aefd4 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 14 Oct 2025 03:23:27 +0200 Subject: [PATCH] UniqueGiftHeader: Fix multiline author badge --- src/components/modals/gift/UniqueGiftHeader.module.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/modals/gift/UniqueGiftHeader.module.scss b/src/components/modals/gift/UniqueGiftHeader.module.scss index f09db17df..8c8d29a3f 100644 --- a/src/components/modals/gift/UniqueGiftHeader.module.scss +++ b/src/components/modals/gift/UniqueGiftHeader.module.scss @@ -3,6 +3,7 @@ display: flex; flex-direction: column; + gap: 0.25rem; align-items: center; width: 100%; @@ -32,9 +33,11 @@ .subtitleBadge { margin-top: 0.25rem; padding: 0.75rem; - padding-block: 0.125rem; + padding-block: 0.25rem; border-radius: 1rem; + line-height: 1rem; + background-color: rgba(0, 0, 0, 0.2); backdrop-filter: blur(50px);