Style improvements, star icon -> thumbs up

This commit is contained in:
Alex Gleason 2020-05-20 14:44:23 -05:00
parent 26ca01521c
commit 92917ac3e5
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
7 changed files with 7 additions and 0 deletions

View file

@ -768,6 +768,7 @@
color: $dark-text-color; color: $dark-text-color;
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
display: flex;
} }
.detailed-status__action-bar { .detailed-status__action-bar {

View file

@ -24,8 +24,14 @@
flex-direction: row-reverse; flex-direction: row-reverse;
} }
.status-interaction-bar {
margin-right: auto;
min-height: 20px;
}
.emoji-reacts-container { .emoji-reacts-container {
display: inline-flex; display: inline-flex;
margin-right: auto;
&:hover { &:hover {
.emoji-react { .emoji-react {