enhance(frontend): improve forms usability

This commit is contained in:
syuilo
2024-09-23 14:42:38 +09:00
parent 2c615357f2
commit 1ba09e1eee
8 changed files with 530 additions and 464 deletions

View File

@@ -378,6 +378,16 @@ rt {
vertical-align: top;
}
._modified {
margin-left: 0.7em;
font-size: 65%;
padding: 2px 3px;
color: var(--warn);
border: solid 1px var(--warn);
border-radius: 4px;
vertical-align: top;
}
._table {
> ._row {
display: flex;