summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/theme-tools/compat/twentytwenty.css')
-rw-r--r--plugins/jetpack/modules/theme-tools/compat/twentytwenty.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css b/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css
index 794c197e..6474bf35 100644
--- a/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css
+++ b/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css
@@ -2,6 +2,10 @@
* Infinite scroll
*/
+#infinite-footer {
+ z-index: 1;
+}
+
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination-wrapper,
.infinite-scroll.neverending .footer-nav-widgets-wrapper,
@@ -16,8 +20,12 @@
display: block;
}
+.infinity-end.neverending #site-footer {
+ margin: 8rem 0 0;
+}
+
.infinite-loader {
- margin: calc(3 * 1rem) auto;
+ margin: 5rem auto;
}
.infinite-loader .spinner {
@@ -26,7 +34,7 @@
}
#site-content #infinite-handle {
- margin: 0 auto;
+ margin: 5rem auto;
max-width: 58rem;
width: calc(100% - 8rem);
}
@@ -102,6 +110,7 @@
/* Authors widget */
.widget_authors ul {
+ list-style: none;
margin-left: 0;
}
@@ -114,6 +123,11 @@
margin-top: 2rem;
}
+/* Flickr */
+.widget_flickr .flickr-size-thumbnail .flickr-images {
+ justify-content: left;
+}
+
/* EU cookie law */
.widget_eu_cookie_law_widget #eu-cookie-law,
.widget_eu_cookie_law_widget #eu-cookie-law .accept {
@@ -207,6 +221,11 @@
width: 100%;
}
+/* Tiled Galleries in Classic Blocks */
+.entry-content .tiled-gallery {
+ margin: 0 auto 1.5em;
+}
+
/**
* Shortcodes
*/