Remade branch (#1754)

This commit is contained in:
WBHarry 2026-03-28 00:38:50 +01:00 committed by GitHub
parent c730cc3d4d
commit 2a294684d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 182 additions and 275 deletions

View file

@ -133,4 +133,18 @@
height: 300px;
}
}
.deletable-row {
display: flex;
align-items: end;
gap: 8px;
input {
flex: 1;
}
a {
padding-bottom: 7px;
}
}
}