Skip to content

Commit ab6280c

Browse files
committed
v14.2.12
1 parent cab1f3b commit ab6280c

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

published/14.2.12/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GleapCopilotTours.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@ export default class GleapCopilotTours {
365365
#${copilotInfoBubbleId} {
366366
position: relative;
367367
}
368-
.${pointerContainerId}-right #${copilotInfoBubbleId}-content-container {
369-
left: auto !important;
370-
right: 0px !important;
371-
}
372368
#${copilotInfoBubbleId}-content-container {
373369
position: absolute;
374370
top: 0px;
@@ -378,6 +374,17 @@ export default class GleapCopilotTours {
378374
flex-direction: column;
379375
align-items: flex-start;
380376
}
377+
.${pointerContainerId}-right #${copilotInfoBubbleId}-content-container {
378+
left: auto !important;
379+
right: 0px !important;
380+
align-items: flex-end;
381+
}
382+
.${pointerContainerId}-right .copilot-info-bubble-content {
383+
margin-right: 5px;
384+
}
385+
.${pointerContainerId}-right svg {
386+
transform: scaleX(-1);
387+
}
381388
#${copilotInfoBubbleId}-content svg {
382389
width: 16px;
383390
height: 16px;

0 commit comments

Comments
 (0)