Verbesserungen i80n, Bugfixes, uvm

This commit is contained in:
2026-03-28 14:04:01 +01:00
parent 7729aba416
commit e7adae9762
18 changed files with 202 additions and 65 deletions

View File

@@ -9,6 +9,12 @@ html, body {
overflow-x: hidden;
}
select {
font-size: 1em;
padding: 0.5em;
}
*, *:before, *:after {
box-sizing: inherit;
}
@@ -176,6 +182,7 @@ html, body {
}
.eingabemaske input {
font-size: 1em;
padding: 0.5em;
max-width: 100%;
}