style(FABLanguageSelector): 🎨 Refactor CSS styles to enhance visual consistency and responsiveness in language selector dropdown

This commit is contained in:
Lilith 2026-01-23 12:27:27 -08:00
parent c6a219bae2
commit bb9c394854

View file

@ -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 {