Skip to content

Commit 5a3607c

Browse files
committed
Fix loader position and remove border from activities with loader
1 parent 9c1aaf9 commit 5a3607c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/fluent-theme/src/components/activity/ActivityLoader.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
var(--webchat-spacingHorizontalSNudge);
1111
}
1212

13+
&.variant-copilot,
1314
&.variant-copilot-deprecated {
1415
margin: var(--webchat-spacingVerticalXS) 0 var(--webchat-spacingVerticalXS) -10px;
1516
}

packages/fluent-theme/src/components/activity/PartGroupingDecorator.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@
434434
:global(.stacked-layout .webchat__bubble):has(:global(.activity-loader)) :global(.webchat__bubble__content) {
435435
background: unset;
436436
box-shadow: unset;
437+
border-color: transparent;
437438
}
438439

439440
:global(.stacked-layout .webchat__bubble .webchat__bubble__content) {
@@ -721,7 +722,7 @@
721722
margin-inline-end: var(--webchat-spacingHorizontalXXL);
722723
}
723724

724-
&.part-grouping-decorator--from-bot :global(.webchat__bubble__content) {
725+
&.part-grouping-decorator--from-bot :global(.webchat__bubble__content) {
725726
box-sizing: content-box;
726727
margin-block: calc(var(--webchat-spacingVerticalS) * -1);
727728
margin-inline: calc(var(--webchat-spacingHorizontalS) * -1);

0 commit comments

Comments
 (0)