Files
fizzy/app/assets/stylesheets/expandable.css
T
2026-01-20 13:39:00 +01:00

14 lines
210 B
CSS

@layer components {
.expandable-on-native {
body:not([data-platform~=native]) & {
&::details-content {
display: contents;
}
summary {
display: none;
}
}
}
}