We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50574a commit 20cee34Copy full SHA for 20cee34
1 file changed
packages/module/src/Message/Message.scss
@@ -18,8 +18,10 @@
18
}
19
20
&-avatar.pf-chatbot__message-avatar--round.pf-v6-c-avatar {
21
- --pf-v6-c-avatar--Width: 3rem;
22
- --pf-v6-c-avatar--Height: 3rem;
+ &:not(.pf-m-xl, .pf-m-lg, .pf-m-md, .pf-m-sm) {
+ --pf-v6-c-avatar--Width: 3rem;
23
+ --pf-v6-c-avatar--Height: 3rem;
24
+ }
25
--pf-v6-c-avatar--BorderRadius: var(--pf-t--global--border--radius--pill);
26
27
@@ -169,8 +171,10 @@
169
171
170
172
173
.pf-chatbot__message-avatar.pf-chatbot__message-avatar--round.pf-v6-c-avatar {
- --pf-v6-c-avatar--Width: 1.5rem;
- --pf-v6-c-avatar--Height: 1.5rem;
174
175
+ --pf-v6-c-avatar--Width: 1.5rem;
176
+ --pf-v6-c-avatar--Height: 1.5rem;
177
178
179
180
.pf-chatbot__message-contents {
0 commit comments