File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -897,6 +897,7 @@ class ShellBar extends UI5Element {
897
897
wrapper : {
898
898
"ui5-shellbar-root" : true ,
899
899
"ui5-shellbar-with-searchfield" : this . searchField . length ,
900
+ "ui5-shellbar-with-coPilot" : this . showCoPilot ,
900
901
} ,
901
902
button : {
902
903
"ui5-shellbar-menu-button--interactive" : this . hasMenuItems ,
Original file line number Diff line number Diff line change @@ -231,12 +231,15 @@ slot[name="profile"] {
231
231
}
232
232
233
233
.ui5-shellbar-overflow-container-left {
234
- flex-basis : 50% ;
235
234
max-width : calc (50% - 1.5rem );
236
235
justify-content : flex-start;
237
236
margin-right : 0.5rem ;
238
237
}
239
238
239
+ .ui5-shellbar-with-coPilot .ui5-shellbar-overflow-container-left {
240
+ flex-basis : 50% ;
241
+ }
242
+
240
243
.ui5-shellbar-menu-button {
241
244
white-space : nowrap;
242
245
overflow : hidden;
@@ -276,7 +279,7 @@ slot[name="profile"] {
276
279
277
280
.ui5-shellbar-overflow-container-right .ui5-shellbar-overflow-container-right-child {
278
281
display : flex;
279
- float : right ;
282
+ justify-content : flex-end ;
280
283
}
281
284
282
285
.ui5-shellbar-overflow-button {
@@ -360,9 +363,10 @@ slot[name="profile"] {
360
363
}
361
364
362
365
.ui5-shellbar-search-field {
363
- width : 240 px ;
366
+ flex-grow : 1 ;
364
367
min-width : 240px ;
365
368
margin-left : 0.5rem ;
369
+ max-width : 25rem ;
366
370
}
367
371
368
372
.ui5-shellbar-search-full-width-wrapper .ui5-shellbar-search-full-field {
You can’t perform that action at this time.
0 commit comments