aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-20 20:16:41 +0300
committerHenry Jameson <me@hjkos.com>2022-04-20 20:16:41 +0300
commitbe8098e8ec41ffa909987ee5db990a8c349a9034 (patch)
treed0ee7f6a99cea296e8fb39732d3fac9984869c77 /src
parent06f58f53493b0587dab4ecdcc7f81b181424da89 (diff)
fix chat
Diffstat (limited to 'src')
-rw-r--r--src/components/chat/chat.scss10
-rw-r--r--src/components/chat_title/chat_title.vue1
2 files changed, 4 insertions, 7 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss
index 8b745e86..63fd2a1f 100644
--- a/src/components/chat/chat.scss
+++ b/src/components/chat/chat.scss
@@ -47,19 +47,15 @@
}
.chat-view-heading {
- justify-content: space-between;
- display: flex;
- z-index: 2;
- position: sticky;
- overflow: hidden;
+ grid-template-columns: auto 1fr;
}
.go-back-button {
text-align: center;
- padding: 0 0.7em;
line-height: 100%;
height: 100%;
- align-self: stretch;
+ align-self: start;
+ width: var(--__panel-heading-height-inner);
}
.jump-to-bottom-button {
diff --git a/src/components/chat_title/chat_title.vue b/src/components/chat_title/chat_title.vue
index 99a7a64e..e62c52b2 100644
--- a/src/components/chat_title/chat_title.vue
+++ b/src/components/chat_title/chat_title.vue
@@ -46,6 +46,7 @@
.avatar-container {
align-self: center;
+ line-height: 1;
}
.titlebar-avatar {