From bb9c3948547a9480c5918de877fdf9098beefcef Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 23 Jan 2026 12:27:27 -0800 Subject: [PATCH] =?UTF-8?q?style(FABLanguageSelector):=20=F0=9F=8E=A8=20Re?= =?UTF-8?q?factor=20CSS=20styles=20to=20enhance=20visual=20consistency=20a?= =?UTF-8?q?nd=20responsiveness=20in=20language=20selector=20dropdown?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/FABLanguageSelector/FABLanguageSelector.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/i18n/react/src/components/FABLanguageSelector/FABLanguageSelector.css b/features/i18n/react/src/components/FABLanguageSelector/FABLanguageSelector.css index 760677657..0608f7371 100755 --- a/features/i18n/react/src/components/FABLanguageSelector/FABLanguageSelector.css +++ b/features/i18n/react/src/components/FABLanguageSelector/FABLanguageSelector.css @@ -94,21 +94,21 @@ border: 2px solid rgba(255, 255, 255, 0.15); cursor: pointer; display: flex; - flex-direction: column; + flex-direction: row; align-items: center; justify-content: center; gap: 2px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); transition: all 0.2s ease; color: white; - background: rgba(0, 0, 0, 0.7); + background: transparent; backdrop-filter: blur(8px); } .fab-language-option:hover { border-color: rgba(255, 255, 255, 0.4); transform: scale(1.05); - background: rgba(16, 185, 129, 0.3); + background: rgba(16, 185, 129, 0.2); } .fab-language-option.active {