Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/post-actions/css/_post-actions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ nav.o2-post-footer-actions {

color: $gray-60;

padding: 3px;
padding: 7px 5px 5px;
padding-right: 10px;

margin: 0;
Expand Down
5 changes: 3 additions & 2 deletions modules/post-actions/css/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down
5 changes: 3 additions & 2 deletions modules/post-actions/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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; }

Expand Down
3 changes: 2 additions & 1 deletion modules/post-actions/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
}
Expand Down