We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
content-visibility: auto
1 parent 5fafa10 commit 8ec5cfaCopy full SHA for 8ec5cfa
www/components/globals/Languages.svelte
@@ -43,6 +43,7 @@
43
{#each languages as language (language.name)}
44
<StructuredListRow
45
class={!filteredIds.has(language.name) ? "hidden" : ""}
46
+ style="content-visibility: auto; contain-intrinsic-size: 0 204px;"
47
>
48
<StructuredListCell>
49
<div class="mb-5">
www/components/globals/Styles.svelte
@@ -56,6 +56,7 @@
56
{#each styles as style (style.name)}
57
58
class={!filteredIds.has(style.name) ? "hidden" : ""}
59
+ style="content-visibility: auto; contain-intrinsic-size: 0 360px;"
60
61
62
0 commit comments