From 1e65e3e7c7e357c2520cfcf94d8618d1d0f516c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Adolfo=20Lucha=20Garc=C3=ADa?= Date: Tue, 12 Mar 2024 19:56:53 +0100 Subject: [PATCH] Leaving enought height for the new like widget --- modules/post-actions/css/_post-actions.scss | 2 +- modules/post-actions/css/style-rtl.css | 5 +++-- modules/post-actions/css/style.css | 5 +++-- modules/post-actions/css/style.scss | 3 ++- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/modules/post-actions/css/_post-actions.scss b/modules/post-actions/css/_post-actions.scss index 7facf95..6f35fc3 100644 --- a/modules/post-actions/css/_post-actions.scss +++ b/modules/post-actions/css/_post-actions.scss @@ -412,7 +412,7 @@ nav.o2-post-footer-actions { color: $gray-60; - padding: 3px; + padding: 7px 5px 5px; padding-right: 10px; margin: 0; diff --git a/modules/post-actions/css/style-rtl.css b/modules/post-actions/css/style-rtl.css index 0ddb8d0..89ac837 100644 --- a/modules/post-actions/css/style-rtl.css +++ b/modules/post-actions/css/style-rtl.css @@ -398,7 +398,7 @@ nav.o2-post-footer-actions ul li > a, nav.o2-post-footer-actions ul li > span > text-align: right; text-decoration: none; color: #666666; - padding: 3px; + padding: 7px 5px 5px; padding-left: 10px; margin: 0; line-height: 1.5; @@ -649,7 +649,7 @@ nav.o2-post-footer-actions .o2-follow.post-comments-subscribed:hover:after { .o2-post div.jetpack-likes-widget-wrapper { min-height: 0; line-height: 0; - height: 27px; + height: 32px; width: auto; overflow: hidden; -webkit-overflow-scrolling: none; @@ -660,6 +660,7 @@ nav.o2-post-footer-actions .o2-follow.post-comments-subscribed:hover:after { display: inline-block; } /* line 107, style.scss */ +.o2-post .o2-post-footer-action-row, .o2-post .o2-post-footer-action-likes { padding-top: 7px; } diff --git a/modules/post-actions/css/style.css b/modules/post-actions/css/style.css index fa37ed4..791f994 100644 --- a/modules/post-actions/css/style.css +++ b/modules/post-actions/css/style.css @@ -345,7 +345,7 @@ nav.o2-post-footer-actions { text-align: left; text-decoration: none; color: #666; - padding: 3px; + padding: 7px 5px 5px; padding-right: 10px; margin: 0; line-height: 1.5; @@ -519,13 +519,14 @@ nav.o2-post-footer-actions .o2-follow.post-comments-subscribed:hover:after { .o2-post div.jetpack-likes-widget-wrapper { min-height: 0; line-height: 0; - height: 27px; + height: 32px; width: auto; overflow: hidden; -webkit-overflow-scrolling: none; } .o2-post .post-likes-widget-placeholder .loading { padding-top: 12px; display: inline-block; } +.o2-post .o2-post-footer-action-row, .o2-post .o2-post-footer-action-likes { padding-top: 7px; } diff --git a/modules/post-actions/css/style.scss b/modules/post-actions/css/style.scss index 5f404a9..778587f 100644 --- a/modules/post-actions/css/style.scss +++ b/modules/post-actions/css/style.scss @@ -91,7 +91,7 @@ nav.o2-post-footer-actions { div.jetpack-likes-widget-wrapper { min-height: 0; line-height: 0; - height: 27px; + height: 32px; width: auto; // We need the overflow and -webkit-overflow-scrolling styles on the // iframe wrapper in order to avoid touch drag scrolling the likes iframe @@ -104,6 +104,7 @@ nav.o2-post-footer-actions { display: inline-block; } + .o2-post-footer-action-row, .o2-post-footer-action-likes { padding-top: 7px; }