multilang_1

This commit is contained in:
Mateusz Gruszczyński
2026-05-29 13:18:53 +02:00
parent 4c8debb103
commit 22e2983dc2
17 changed files with 4569 additions and 152 deletions

View File

@@ -5493,3 +5493,16 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
border-radius: 10px;
filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}
/* i18n preference controls: keeps the language selector aligned with existing form fields. */
.language-preference-field .language-flag-hint {
align-items: center;
display: inline-flex;
gap: .4rem;
margin-top: .25rem;
}
.language-preference-field .fi {
border-radius: 2px;
box-shadow: 0 0 0 1px rgb(0 0 0 / 12%);
}