Skip to content

Share this improvements #386

@jasmussen

Description

@jasmussen

Below most posts, there are social links, reply, follow, and like buttons:

Image

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:

Image

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;
}

Metadata

Metadata

Assignees

No fields configured for Enhancement.

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions