Add lazy widget language localization

This commit is contained in:
rajchales-monito
2026-07-30 08:13:57 +02:00
parent 05636ab77e
commit 80540cf188
5 changed files with 439 additions and 38 deletions
+12 -1
View File
@@ -226,9 +226,20 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
margin: 0;
}
.effect-settings .full-row,
.effect-settings .ai-help {
.effect-settings .ai-help,
.widget-language-settings small {
grid-column: 1 / -1;
}
.widget-copy-settings label {
grid-column: 1 / -1;
display: grid;
align-items: stretch;
}
.widget-copy-settings input,
.widget-copy-settings textarea,
.widget-language-settings select {
width: 100%;
}
.effect-settings .full-row {
display: grid;
align-items: stretch;