File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/app-layout/visual-refresh-toolbar/toolbar Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,14 @@ export function AppLayoutToolbarImplementation({
138
138
return (
139
139
< ToolbarSlot
140
140
ref = { ref }
141
- className = { clsx ( styles [ 'universal-toolbar' ] , testutilStyles . toolbar , {
142
- [ testutilStyles [ 'mobile-bar' ] ] : isMobile ,
143
- } ) }
141
+ className = { clsx (
142
+ styles [ 'universal-toolbar' ] ,
143
+ aiDrawer ?. trigger && styles [ 'with-ai-drawer' ] ,
144
+ testutilStyles . toolbar ,
145
+ {
146
+ [ testutilStyles [ 'mobile-bar' ] ] : isMobile ,
147
+ }
148
+ ) }
144
149
style = { {
145
150
insetBlockStart : verticalOffsets . toolbar ,
146
151
} }
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $toolbar-height: 42px;
22
22
transition-property : inset-block-start , opacity ;
23
23
}
24
24
25
- & :not (:has (.universal-toolbar-ai-custom )) {
25
+ & .with-ai-drawer :not (:has (.universal-toolbar-ai-custom )) {
26
26
& :before ,
27
27
& :after {
28
28
content : ' ' ;
You can’t perform that action at this time.
0 commit comments