- Layout improvements for the Chat client - alignment of LanguageSelector

This commit is contained in:
Josako
2025-07-23 22:23:04 +02:00
parent 32df3d0589
commit fc3cae1986
5 changed files with 7 additions and 58 deletions

View File

@@ -453,7 +453,8 @@ export default {
font-family: Arial, sans-serif;
font-size: 14px;
/* Transparante achtergrond in plaats van wit */
background-color: transparent;
background-color: var(--active-background-color);
color: var(--active-text-color);
/* Box-sizing om padding correct te berekenen */
box-sizing: border-box;
}