Skip to content

Commit 45a623a

Browse files
Merge pull request #765 from Adamant-im/feat/starting-new-chat-placeholder
feat: placeholder in a new chat
2 parents dce695f + f71ea49 commit 45a623a

File tree

10 files changed

+769
-441
lines changed

10 files changed

+769
-441
lines changed

src/assets/styles/components/_chat.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ $chat-avatar-size: 40px;
1919

2020
$scroll-bar-width: 4px;
2121

22+
$placeholder-height: 248px;
23+
2224
.a-chat {
2325
display: block;
2426
text-decoration: none;
@@ -53,6 +55,7 @@ $scroll-bar-width: 4px;
5355
left: 0;
5456
overflow-y: scroll;
5557
overflow-x: hidden;
58+
scrollbar-gutter: stable both-edges;
5659
width: 100%;
5760
height: 100%;
5861
padding: 16px 16px 0 16px;

0 commit comments

Comments
 (0)