Adjust interactive template activation and mobile slider layout

This commit is contained in:
2026-05-25 07:30:23 +02:00
parent 604bbe6c99
commit bcd16e3077
2 changed files with 16 additions and 5 deletions
+4 -3
View File
@@ -1988,7 +1988,8 @@ section + section {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--spacing-small);
column-gap: var(--spacing-large);
row-gap: var(--spacing-small);
}
.sg-pulldown-panel .sg-slider-row[data-activatable="true"] .sg-label {
@@ -1999,8 +2000,8 @@ section + section {
.sg-pulldown-panel .sg-slider-row[data-activatable="true"] .sg-slider {
min-width: 0;
max-width: 100%;
width: auto;
flex: 1 1 auto;
width: 100%;
flex: 1 1 0;
}
.sg-pulldown-panel .sg-slider-row[data-activatable="true"] .sg-slider-value {