Adjust chat layout so messages directly above input
This commit is contained in:
parent
e5a6554c9a
commit
867fff33c0
@ -95,13 +95,13 @@
|
|||||||
>
|
>
|
||||||
<div class="scroll-down-arrow" />
|
<div class="scroll-down-arrow" />
|
||||||
</div>
|
</div>
|
||||||
|
<ChatUserList v-if="channel.type === 'channel'" :channel="channel" />
|
||||||
<MessageList
|
<MessageList
|
||||||
ref="messageList"
|
ref="messageList"
|
||||||
:network="network"
|
:network="network"
|
||||||
:channel="channel"
|
:channel="channel"
|
||||||
:focused="focused"
|
:focused="focused"
|
||||||
/>
|
/>
|
||||||
<ChatUserList v-if="channel.type === 'channel'" :channel="channel" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1147,6 +1147,7 @@ textarea.input {
|
|||||||
|
|
||||||
#chat .chat-content {
|
#chat .chat-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user