Skip to content

Commit ffa2815

Browse files
committed
fix: When clicking on the Q logo, a small white square appears in the upper left corner of the area next to logo.
1 parent 508b531 commit ffa2815

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app-layout/visual-refresh-toolbar/toolbar/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export function AppLayoutToolbarImplementation({
140140
ref={ref}
141141
className={clsx(styles['universal-toolbar'], testutilStyles.toolbar, {
142142
[testutilStyles['mobile-bar']]: isMobile,
143-
[styles['with-open-ai-drawer']]: !!activeAiDrawerId,
144143
})}
145144
style={{
146145
insetBlockStart: verticalOffsets.toolbar,

src/app-layout/visual-refresh-toolbar/toolbar/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $toolbar-height: 42px;
2222
transition-property: inset-block-start, opacity;
2323
}
2424

25-
&.with-open-ai-drawer {
25+
&:not(:has(.universal-toolbar-ai-custom)) {
2626
&:before,
2727
&:after {
2828
content: '';

0 commit comments

Comments
 (0)