mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 16:26:44 -06:00
restore replied opacity
This commit is contained in:
parent
d50505d4c7
commit
ab7bd64f91
1 changed files with 1 additions and 0 deletions
|
@ -866,6 +866,7 @@ function emitUpdReaction(emoji: string, delta: number) {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
opacity: 0.7;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue