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 c0667bc commit 8713d68Copy full SHA for 8713d68
1 file changed
apps/mini/init.js
@@ -507,14 +507,14 @@ async function initUIcomponents() {
507
// create two side menus for tools
508
$UI.appsSideMenu = new SideMenu({
509
id: 'side_apps',
510
- width: 300,
+ width: 350,
511
// , isOpen:true
512
callback: toggleSideMenu,
513
});
514
515
$UI.layersSideMenu = new SideMenu({
516
id: 'side_layers',
517
- width: 250,
518
contentPadding: 5,
519
520
0 commit comments