Skip to content

Commit a108569

Browse files
committed
fix: fix no-JS styling
1 parent 1e89a7d commit a108569

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

templates/v3/library_page.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@
2222
.library-filter__field:not(:has(select[name="view"])) {
2323
display: none !important;
2424
}
25-
[x-cloak] {
26-
display: revert !important;
25+
.library-item-list[x-cloak],
26+
.library-item-card-grid[x-cloak] {
27+
display: grid !important;
28+
}
29+
.library-page__category-section[x-cloak] {
30+
display: block !important;
2731
}
2832
</style>
2933
</noscript>

0 commit comments

Comments
 (0)