Remove legacy overlay overrides and restore template card structure
This commit is contained in:
@@ -14,22 +14,3 @@
|
||||
#layout-vsf-list-card [data-pattern="overlay-card"] {
|
||||
--layout-delete-confirmation-target-max-width: var(--layout-vsf-list-card-delete-confirmation-target-max-width);
|
||||
}
|
||||
|
||||
#layout-vsf-list-card .sg-vsf-list-card__overlay-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1 1 var(--layout-object-group-card-min-width);
|
||||
min-width: var(--layout-object-group-card-min-width);
|
||||
max-width: var(--layout-object-group-card-max-width);
|
||||
height: var(--layout-object-card-height);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#layout-vsf-list-card .sg-vsf-list-card__overlay-item {
|
||||
flex-basis: 100%;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
max-width: none;
|
||||
height: var(--layout-object-card-mobile-height);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user