Tweak style
This commit is contained in:
parent
138fee9b52
commit
99e936bf2b
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue