We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dd419 commit 258e457Copy full SHA for 258e457
src/components/chat/themes/chat.base.scss
@@ -32,6 +32,7 @@ $inline-inset: rem(24px);
32
grid-column: 1 / -1;
33
grid-template-rows: 1fr auto;
34
align-items: start;
35
+ grid-row: 2;
36
}
37
38
[part='message-list'],
@@ -120,6 +121,10 @@ $inline-inset: rem(24px);
120
121
margin-inline-end: rem(32px);
122
123
124
+igc-chat-input {
125
+ grid-row: 3;
126
+}
127
+
128
igc-list {
129
--ig-size: 3;
130
src/components/chat/themes/message.base.scss
@@ -38,6 +38,14 @@
39
40
41
+[part~='message-header'],
42
+[part~='message-attachments'],
43
+[part~='message-actions'] {
44
+ &:empty {
45
+ display: none;
46
+ }
47
48
49
[part~='sent'] {
50
margin-inline-start: auto;
51
margin-inline-end: unset;
0 commit comments