automatyzacje-comit1

This commit is contained in:
Mateusz Gruszczyński
2026-05-07 07:24:16 +02:00
parent 2691442fc1
commit 440b187c39
6 changed files with 128 additions and 25 deletions

View File

@@ -1316,6 +1316,11 @@ body.mobile-mode .mobile-card {
font-size: 0.78rem;
white-space: normal;
}
.automation-history-toolbar {
display: flex;
justify-content: flex-end;
margin-bottom: 0.5rem;
}
.automation-history-details {
max-width: min(620px, 60vw);
}
@@ -1346,6 +1351,9 @@ body.mobile-mode .mobile-card {
grid-column: auto;
max-width: 100%;
}
.automation-history-toolbar {
justify-content: flex-start;
}
}
.disk-status {
display: inline-flex;