Use default mobile detail inset

This commit is contained in:
2026-06-17 14:23:33 +02:00
parent eaf90df3a2
commit ee8b2516e5
+1 -1
View File
@@ -46,7 +46,7 @@ body.sg-bestellungen-mobile-detail-open > :not([data-bestellungen-mobile-detail-
display: flex;
flex-direction: column;
gap: var(--spacing-large);
padding: var(--spacing-large);
padding: var(--spacing-small);
box-sizing: border-box;
overflow: auto;
background: var(--color-background-purple);