Improved domainremoval cleanup

This commit is contained in:
WBHarry 2025-08-06 12:01:22 +02:00
parent d01965e5b9
commit 902bfac490
6 changed files with 86 additions and 35 deletions

View file

@ -127,13 +127,20 @@
}
.domain-filepicker-row {
display: flex;
justify-content: space-between;
gap: 8px;
width: 100%;
.form-group {
flex: 1;
gap: 8px;
.form-fields {
flex: 1;
display: flex;
file-picker {
flex: 1;
}
}
}
}