summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-15 23:34:12 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-15 23:34:12 +0900
commit99e936bf2b5a0083ff153367710ce3a3f5ac7156 (patch)
tree9b5094eb531deabc97c148bfadd582b20cfe3637 /src/client
parentfix theme (diff)
downloadmisskey-99e936bf2b5a0083ff153367710ce3a3f5ac7156.tar.gz
misskey-99e936bf2b5a0083ff153367710ce3a3f5ac7156.tar.bz2
misskey-99e936bf2b5a0083ff153367710ce3a3f5ac7156.zip
Tweak style
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/messaging/messaging-room.message.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/pages/messaging/messaging-room.message.vue b/src/client/pages/messaging/messaging-room.message.vue
index 3755bc2b5c..8c275d5e33 100644
--- a/src/client/pages/messaging/messaging-room.message.vue
+++ b/src/client/pages/messaging/messaging-room.message.vue
@@ -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;
}