Skip to content

Commit 4a2d8e9

Browse files
committed
add simple display to chat area itself
1 parent 8ea9346 commit 4a2d8e9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/Chat/_chat.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
resize: none !important;
6666
}
6767

68+
.#{$eccgui}-chat__area {
69+
padding: 0.25rem;
70+
background-color: $card-background-color;
71+
}
72+
6873
.#{$eccgui}-chat__area-contentwidth {
6974
width: 100%;
7075
margin: 0 auto;

0 commit comments

Comments
 (0)