fixed tons of stuff, at least it looks normalish on desktop
This commit is contained in:
parent
0e83ced25b
commit
71863061c6
16 changed files with 367 additions and 374 deletions
|
@ -8,7 +8,7 @@
|
|||
>
|
||||
<div
|
||||
ref="header"
|
||||
class="panel-heading chat-view-heading mobile-hidden"
|
||||
class="panel-heading -sticky chat-view-heading mobile-hidden"
|
||||
>
|
||||
<a
|
||||
class="go-back-button"
|
||||
|
@ -27,10 +27,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
ref="scrollable"
|
||||
class="scrollable-message-list"
|
||||
class="message-list"
|
||||
:style="{ height: scrollableContainerHeight }"
|
||||
@scroll="handleScroll"
|
||||
>
|
||||
<template v-if="!errorLoadingChat">
|
||||
<ChatMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue