labels and automatizations

This commit is contained in:
Mateusz Gruszczyński
2026-05-06 22:32:06 +02:00
parent a72b6eb364
commit 7c31136535
3 changed files with 17 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1280,6 +1280,12 @@ body.mobile-mode .mobile-card {
margin-bottom: 0.45rem;
background: var(--bs-body-bg);
}
.automation-row-actions {
display: inline-flex;
flex-shrink: 0;
gap: 0.35rem;
}
@media (max-width: 900px) {
.automation-form-grid {
grid-template-columns: 1fr;

File diff suppressed because one or more lines are too long