first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/**
* Jetpack Infinite Scroll
*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.paging-navigation,
.pagination,
.woocommerce-pagination,
ul.products + .storefront-sorting,
.woocommerce-result-count,
.infinite-scroll.neverending .site-footer {
/* Theme Footer (when set to scrolling) */
display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
display: block; }