refactor(webui): align ticket responsive foundations
Module Package Release / publish-packages (push) Successful in 12s

This commit is contained in:
2026-08-22 12:05:24 +02:00
parent c60228f45e
commit c6c643778b
+3 -3
View File
@@ -250,7 +250,7 @@
.ticket-destructive-actions {
margin-top: 32px;
padding-top: 18px;
border-top: 1px solid var(--danger, #b42318);
border-top: 1px solid var(--danger);
}
.ticket-destructive-actions h2 {
@@ -281,7 +281,7 @@
gap: 5px;
}
@media (max-width: 980px) {
@media (max-width: 900px) {
.tickets-workspace {
grid-template-columns: minmax(330px, 46%) minmax(0, 1fr);
}
@@ -315,7 +315,7 @@
}
}
@media (max-width: 520px) {
@media (max-width: 560px) {
.ticket-detail-header,
.ticket-link-list li {
flex-direction: column;