Use flag images for widget language select

This commit is contained in:
rajchales-monito
2026-07-30 09:47:33 +02:00
parent 3cc980debd
commit b4ec4e3757
2 changed files with 16 additions and 5 deletions
+5 -2
View File
@@ -252,12 +252,15 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
z-index: 1;
left: 12px;
top: 50%;
width: 22px;
width: 18px;
height: 13px;
transform: translateY(-50%);
font-size: 17px;
line-height: 1;
pointer-events: none;
}
.selected-language-flag .flag-image {
display: block;
}
.effect-settings .full-row {
display: grid;
align-items: stretch;