Style improvements, star icon -> thumbs up
This commit is contained in:
parent
26ca01521c
commit
92917ac3e5
7 changed files with 7 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue