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

View file

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