We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e89a7d commit a108569Copy full SHA for a108569
1 file changed
templates/v3/library_page.html
@@ -22,8 +22,12 @@
22
.library-filter__field:not(:has(select[name="view"])) {
23
display: none !important;
24
}
25
- [x-cloak] {
26
- display: revert !important;
+ .library-item-list[x-cloak],
+ .library-item-card-grid[x-cloak] {
27
+ display: grid !important;
28
+ }
29
+ .library-page__category-section[x-cloak] {
30
+ display: block !important;
31
32
</style>
33
</noscript>
0 commit comments