SethClydesdale / forumactif-edge

A free modern and responsive forum theme for Forumotion forums.
https://sethclydesdale.github.io/forumactif-edge/
GNU General Public License v3.0
10 stars 17 forks source link

Topic share actions lack margin and proper alignment #19

Closed SethClydesdale closed 7 years ago

SethClydesdale commented 7 years ago

Description : The share actions above topics appear to be lacking both margin and proper alignment. This seems to be another thing I overlooked during initial development of Forumactif Edge.

I prepped some CSS that'll fix both the margin and alignment in the next patch. Be sure to add it in.

.topic-actions > p.right, .topic-actions > p.right > span {
  margin:0 3px;
}

.topic-actions > .pagination {
  margin:3px;
}
SethClydesdale commented 7 years ago

This has been fixed and will be implemented in the next patch update.