From 839f630466698ea9d678bd24924f77576e27dd98 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 27 Mar 2025 19:03:13 +0100 Subject: [PATCH] Middle Header: Adjust emoji status styles (#5751) Co-authored-by: zubiden <19638254+zubiden@users.noreply.github.com> --- src/components/common/FullNameTitle.module.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/common/FullNameTitle.module.scss b/src/components/common/FullNameTitle.module.scss index 6fca2859d..cae852546 100644 --- a/src/components/common/FullNameTitle.module.scss +++ b/src/components/common/FullNameTitle.module.scss @@ -13,6 +13,11 @@ color: white; } } + + .transition { + height: 1.5em; + width: 1.5em; + } } .fullName { @@ -28,11 +33,6 @@ } } -.transition { - height: 1.5em; - width: 1.5em; -} - .transitionSlide { display: flex; align-items: center;