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 508b531 commit ffa2815Copy full SHA for ffa2815
src/app-layout/visual-refresh-toolbar/toolbar/index.tsx
@@ -140,7 +140,6 @@ export function AppLayoutToolbarImplementation({
140
ref={ref}
141
className={clsx(styles['universal-toolbar'], testutilStyles.toolbar, {
142
[testutilStyles['mobile-bar']]: isMobile,
143
- [styles['with-open-ai-drawer']]: !!activeAiDrawerId,
144
})}
145
style={{
146
insetBlockStart: verticalOffsets.toolbar,
src/app-layout/visual-refresh-toolbar/toolbar/styles.scss
@@ -22,7 +22,7 @@ $toolbar-height: 42px;
22
transition-property: inset-block-start, opacity;
23
}
24
25
- &.with-open-ai-drawer {
+ &:not(:has(.universal-toolbar-ai-custom)) {
26
&:before,
27
&:after {
28
content: '';
0 commit comments