Revert "Remove preview area from public cards page"

This reverts commit 6de7cb5807.
This commit is contained in:
2026-06-24 09:21:39 +02:00
parent db4304d163
commit 9e62f78446
2 changed files with 29 additions and 24 deletions
+5 -2
View File
@@ -232,11 +232,14 @@
max-width: none;
}
.sg-page-cards-public-page #component-content-wrapper-card {
.sg-page-cards-public-page .sg-preview-area {
display: block;
width: calc(100% + (2 * var(--spacing-small)));
box-sizing: border-box;
margin-inline: calc(-1 * var(--spacing-small));
}
.sg-page-cards-public-page #component-content-wrapper-card > .sg-transparent-card {
.sg-page-cards-public-page .sg-preview-area > .sg-transparent-card {
width: 100%;
max-width: none;
margin: var(--spacing-large) 0;