asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-29 02:32:42 +02:00
parent 4ead35047a
commit 79872f3337
5 changed files with 159 additions and 191 deletions

View File

@@ -59,17 +59,11 @@
cursor: wait;
}
.fx-meta-grid,
.fx-form-grid {
display: grid;
gap: 0.75rem;
}
.fx-meta-grid {
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
margin-top: 0.75rem;
}
.fx-form-grid {
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@@ -96,7 +90,7 @@
}
.fx-message {
min-height: 1.5rem;
margin-bottom: 0.9rem;
color: #1c2734;
}
@@ -137,11 +131,10 @@
color: #1c2734;
}
.fx-history-block {
margin-top: 1.25rem;
}
.fx-history-block h3 {
margin: 0 0 0.75rem;
font-size: 1rem;
.fx-card-meta {
display: grid;
gap: 0.35rem;
color: #5b6573;
font-size: 0.95rem;
text-align: right;
}