Fix layout 4 overlay centering by constraining delete stage width

This commit is contained in:
2026-05-28 09:33:36 +02:00
parent 308d5a91c4
commit ad5e38aadf
+9
View File
@@ -18,3 +18,12 @@
#layout-vsf-list-card .sg-vsf-list-card__content-grow { #layout-vsf-list-card .sg-vsf-list-card__content-grow {
flex: var(--layout-object-card-content-grow) 1 auto; flex: var(--layout-object-card-content-grow) 1 auto;
} }
#layout-vsf-list-card .sg-object-card-grid.sg-delete-confirmation-pattern__stage {
display: block;
width: min(100%, var(--layout-object-group-card-max-width));
}
#layout-vsf-list-card .sg-object-card-grid.sg-delete-confirmation-pattern__stage > .sg-object-card {
width: 100%;
}