Sync styleguide 2026.05.18.1
This commit is contained in:
@@ -1631,6 +1631,10 @@ section + section {
|
||||
}
|
||||
|
||||
@media (max-width: 48rem) {
|
||||
.sg-pulldown-panel {
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
.sg-pulldown-demo[data-component-context="overlay"] .sg-pulldown-panel {
|
||||
left: auto;
|
||||
right: 0;
|
||||
@@ -2509,17 +2513,7 @@ section + section {
|
||||
opacity: var(--disabled-opacity);
|
||||
}
|
||||
|
||||
.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-panel {
|
||||
min-width: 100%;
|
||||
width: max-content;
|
||||
max-width: calc(100vw - (2 * var(--spacing-large)));
|
||||
}
|
||||
|
||||
@media (max-width: 48rem) {
|
||||
.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-pulldown-panel {
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
.sg-options-row[data-pattern="multiselektions-pulldown"] .sg-slider-row[data-activatable="true"] {
|
||||
grid-template-columns: max-content minmax(0, 1fr) auto;
|
||||
row-gap: var(--spacing-small);
|
||||
|
||||
Reference in New Issue
Block a user