-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
Below most posts, there are social links, reply, follow, and like buttons:
We should improve a few things here.
- Maybe hide the share text and border.
- Make buttons the same size.
- Make buttons have the same radius and shadow.
- Maybe make the full visual appearance of the buttons identical.
One option:
If Jetpack supports options for this, we might even want to show colored-circle icons for the social sharing, icon-only. Or even disable these. There’s a lot going on here.
CSS:
.sd-title {
display: none !important;
}
.sd-content {
margin-top: 2em;
}
.o2-post .o2-post-footer-action-row, .o2-post .o2-post-footer-action-likes {
padding-top: 0px;
}
nav.o2-post-footer-actions ul li > a, nav.o2-post-footer-actions ul li > span > a {
border-radius: 4px;
}
nav.o2-post-footer-actions ul li > a, nav.o2-post-footer-actions ul li > span > a {
padding: 5px 11px 2px 11px;
height: 32px;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
Status
✅ Done

