Change the repost to be alongside emoji reacts
This commit is contained in:
parent
cccd180fca
commit
f99db09c8d
4 changed files with 21 additions and 7 deletions
Binary file not shown.
Binary file not shown.
|
@ -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 {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
.emoji-reacts-container {
|
||||
display: inline-flex;
|
||||
margin-right: auto;
|
||||
margin-right: 0.4em;
|
||||
|
||||
&:hover {
|
||||
.emoji-react {
|
||||
|
|
Loading…
Reference in a new issue