#a fancy fixed snippet that makes the
1 messages · Page 1 of 1 (latest)
also it gets pushed down when you attach a file
edited the snippet to fix this, thanks for reporting
this is hard to fix in a way that everyone would like so I won't integrate a fix into this snippet, but I made #🎨-css-snippets message as a solution if you'd like it
gotcha ty
an alternative fix to this: (paste below the orignal)
/* Consistent Typing / Older messages */
[class^=typing_] {
border-radius: 0 8px 0 0;
}
[class^=jumpToPresentBar_] {
left: 0px;
border-radius: 0 8px 0 0;
}
.chatContent__5dca8:has([class^=jumpToPresentBar_]) [class^=typing_] {
border-radius: 0px;
}
.chatContent__5dca8:has([class^=typing_]) [class^=jumpToPresentBar_] {
margin-bottom: 32px;
padding-bottom: 0px;
}
/* */
no idea, i cannot get that object class
