Remove opacity from reply
This commit is contained in:
parent
779128220a
commit
49ee088379
@ -133,15 +133,6 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
|
|||||||
|
|
||||||
&.reply-to:first-child {
|
&.reply-to:first-child {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
> .main {
|
|
||||||
> .avatar-container .avatar, > .body {
|
|
||||||
opacity: .8;
|
|
||||||
}
|
|
||||||
> .avatar-container .line {
|
|
||||||
mask: linear-gradient(rgba(0,0,0,0.8), black);
|
|
||||||
-webkit-mask: linear-gradient(rgba(0,0,0,0.8), black);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
&.reply-to, &.reply-to-more {
|
&.reply-to, &.reply-to-more {
|
||||||
.avatar-container {
|
.avatar-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user