This commit is contained in:
Mirco Wittrien 2020-11-17 18:40:02 +01:00
parent 4928a209cc
commit 2a1977ad87
2 changed files with 8 additions and 3 deletions

View File

@ -282,6 +282,7 @@
"GuildComponents Items": {"props": ["Separator", "DragPlaceholder"]},
"GuildComponents Pill": {"strings": ["opacity:1,height:", "20:8", "default.item"]},
"HeaderBarComponents": {"name": "HeaderBarContainer"},
"Image": {"props": ["ImageReadyStates"]},
"ImageModal": {"name": "ImageModal"},
"LazyImage": {"name": "LazyImage"},
"ListHeader": {"name": "ListSectionItem"},

View File

@ -876,10 +876,14 @@ body::before {
.container-3FojY8 .avatar-1BDn8e {
left: calc(-10px * var(--vusechatbubbles));
}
#app-mount .repliedMessage-VokQwo .replySpine-M8CUPF {
top: calc((8px * var(--vusechatbubbles)) + ((1 - var(--vusechatbubbles)) * (var(--line-height)/2 + 2px)));
left: calc((-35px * var(--vusechatbubbles)) + ((1 - var(--vusechatbubbles)) * (var(--gutter) + var(--avatar-size)/2 - 1px)));
#app-mount .replyBadge-r1su3o {
background-color: rgba(var(--vtransparencycolor), 0.5);
}
#app-mount .repliedMessage-VokQwo::before {
border-color: rgba(var(--vtransparencycolor), 0.5);
left: calc((-35px * var(--vusechatbubbles)) + ((1 - var(--vusechatbubbles)) * (-1*(var(--avatar-size)/2 + var(--gutter)))));
right: unset;
width: 32px;
}
.cozy-3raOZG .header-23xsNx::after, /* message container header */
.cozy-12kSNU .header-1oLBbW::after { /* message loading header */