Various fixes
All checks were successful
Release Creation / build (release) Successful in 1m40s

This commit is contained in:
2025-06-15 09:37:08 +02:00
parent 1f2d82bd0b
commit d03c5f2c1e
8 changed files with 151 additions and 49 deletions

View File

@@ -76,7 +76,7 @@
align-items: center;
margin-bottom: 4px;
}
.splitted {
.splitted {
display: flex;
flex-direction: row;
gap: 4px;
@@ -189,15 +189,15 @@
align-items: center;
gap: 4px;
margin-left: 4px;
.characteristics-label{
.characteristics-label {
color: grey;
font-size:small;
font-size: small;
}
label {
min-width: 4rem;
max-width: 4rem;
}
.spaced-left{
.spaced-left {
margin-left: 0.8rem;
}
input {
@@ -591,6 +591,29 @@
}
}
}
.aliases {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 4px;
margin-left: 4px;
.form-group {
label {
min-width: 6rem;
max-width: 6rem;
}
display: flex;
flex-direction: row;
align-items: center;
gap: 4px;
margin-left: 4px;
}
input {
text-align: left;
min-width: 41rem;
max-width: 41rem;
}
}
.biodata {
display: grid;
grid-template-columns: repeat(3, 1fr);