minor alignment fix on new like button
This commit is contained in:
parent
8f2b305b9a
commit
2eec572159
|
@ -94,6 +94,7 @@ nav.post-controls {
|
|||
|
||||
.like-count {
|
||||
font-size: $font-up-1;
|
||||
margin-left: 0;
|
||||
i.fa-heart {
|
||||
padding-left: 5px;
|
||||
color: dark-light-choose($primary-low-mid, $secondary-high);
|
||||
|
@ -111,6 +112,7 @@ nav.post-controls {
|
|||
|
||||
.toggle-like {
|
||||
padding: 8px 8px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue