Skip to content

Commit 4a44d42

Browse files
authored
Leaving enought height for the new like widget (#230)
1 parent e1a245e commit 4a44d42

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

modules/post-actions/css/_post-actions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ nav.o2-post-footer-actions {
412412

413413
color: $gray-60;
414414

415-
padding: 3px;
415+
padding: 7px 5px 5px;
416416
padding-right: 10px;
417417

418418
margin: 0;

modules/post-actions/css/style-rtl.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ nav.o2-post-footer-actions ul li > a, nav.o2-post-footer-actions ul li > span >
398398
text-align: right;
399399
text-decoration: none;
400400
color: #666666;
401-
padding: 3px;
401+
padding: 7px 5px 5px;
402402
padding-left: 10px;
403403
margin: 0;
404404
line-height: 1.5;
@@ -649,7 +649,7 @@ nav.o2-post-footer-actions .o2-follow.post-comments-subscribed:hover:after {
649649
.o2-post div.jetpack-likes-widget-wrapper {
650650
min-height: 0;
651651
line-height: 0;
652-
height: 27px;
652+
height: 32px;
653653
width: auto;
654654
overflow: hidden;
655655
-webkit-overflow-scrolling: none;
@@ -660,6 +660,7 @@ nav.o2-post-footer-actions .o2-follow.post-comments-subscribed:hover:after {
660660
display: inline-block;
661661
}
662662
/* line 107, style.scss */
663+
.o2-post .o2-post-footer-action-row,
663664
.o2-post .o2-post-footer-action-likes {
664665
padding-top: 7px;
665666
}

modules/post-actions/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ nav.o2-post-footer-actions {
345345
text-align: left;
346346
text-decoration: none;
347347
color: #666;
348-
padding: 3px;
348+
padding: 7px 5px 5px;
349349
padding-right: 10px;
350350
margin: 0;
351351
line-height: 1.5;
@@ -519,13 +519,14 @@ nav.o2-post-footer-actions .o2-follow.post-comments-subscribed:hover:after {
519519
.o2-post div.jetpack-likes-widget-wrapper {
520520
min-height: 0;
521521
line-height: 0;
522-
height: 27px;
522+
height: 32px;
523523
width: auto;
524524
overflow: hidden;
525525
-webkit-overflow-scrolling: none; }
526526
.o2-post .post-likes-widget-placeholder .loading {
527527
padding-top: 12px;
528528
display: inline-block; }
529+
.o2-post .o2-post-footer-action-row,
529530
.o2-post .o2-post-footer-action-likes {
530531
padding-top: 7px; }
531532

modules/post-actions/css/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ nav.o2-post-footer-actions {
9191
div.jetpack-likes-widget-wrapper {
9292
min-height: 0;
9393
line-height: 0;
94-
height: 27px;
94+
height: 32px;
9595
width: auto;
9696
// We need the overflow and -webkit-overflow-scrolling styles on the
9797
// iframe wrapper in order to avoid touch drag scrolling the likes iframe
@@ -104,6 +104,7 @@ nav.o2-post-footer-actions {
104104
display: inline-block;
105105
}
106106

107+
.o2-post-footer-action-row,
107108
.o2-post-footer-action-likes {
108109
padding-top: 7px;
109110
}

0 commit comments

Comments
 (0)