Change the repost to be alongside emoji reacts

This commit is contained in:
Sean King 2020-07-06 15:35:27 -06:00
parent cccd180fca
commit f99db09c8d
4 changed files with 21 additions and 7 deletions

View file

@ -50,6 +50,11 @@
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
display: flex; display: flex;
.fa-envelope,
.fa-lock {
margin-right: 0.4em;
}
} }
.detailed-status__action-bar { .detailed-status__action-bar {
@ -67,12 +72,21 @@
font-size: 13px; font-size: 13px;
} }
.detailed-status__favorites, .reblogs {
.detailed-status__reblogs { color: var(--highlight-text-color);
display: inline-block; text-decoration: none;
font-weight: 500; vertical-align: middle;
display: inline-flex;
i {
font-size: 20px;
margin-right: 0.2em;
}
&__count {
font-weight: bold;
font-size: 12px; font-size: 12px;
margin-left: 6px; }
} }
.detailed-status__button { .detailed-status__button {

View file

@ -31,7 +31,7 @@
.emoji-reacts-container { .emoji-reacts-container {
display: inline-flex; display: inline-flex;
margin-right: auto; margin-right: 0.4em;
&:hover { &:hover {
.emoji-react { .emoji-react {