single-user-edit-page #992

Merged
philipp merged 81 commits from single-user-edit-page into main 2025-05-06 13:43:26 +02:00
30 changed files with 1958 additions and 462 deletions
Showing only changes of commit ffe1745b65 - Show all commits

View File

@ -5,7 +5,8 @@
.input-group {
@apply flex;
input[readonly] {
input[readonly],
select[disabled] {
opacity: .7;
}