Tweak style

This commit is contained in:
syuilo 2021-04-15 23:34:12 +09:00
parent 138fee9b52
commit 99e936bf2b
1 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,8 @@ export default defineComponent({
display: flex;
> .avatar {
position: sticky;
top: calc(var(--stickyTop, 0px) + 16px);
display: block;
width: 54px;
height: 54px;
@ -274,6 +276,11 @@ export default defineComponent({
background: $me-balloon-color;
text-align: left;
::selection {
color: var(--accent);
background-color: #fff;
}
&.noText {
background: transparent;
}