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 ba47f6e commit ed3661aCopy full SHA for ed3661a
src/SlateCommandExt.js
@@ -114,7 +114,8 @@ export class SlateRootWidget extends Widget {
114
// unset the appIcon styles that irsaviewer applies for its double banner layout
115
set(props,'slotProps.banner.slotProps.tabs.pl', 0);
116
set(props,'slotProps.banner.slotProps.icon.style.marginTop', 0);
117
- set(props,'slotProps.banner.slotProps.icon.sx.height', 40);
+ set(props,'slotProps.banner.slotProps.icon.sx',
118
+ {'.MuiSvgIcon-root': {height: '3rem', width: '3rem', pl: 0}});
119
}
120
action.dispatchApiToolsView(true,false);
121
this.controlApp= util.startAsAppFromApi(id, props);
0 commit comments