Skip to content

Commit 3d8c3db

Browse files
committed
set topbar to 40px
1 parent 2b8ae24 commit 3d8c3db

File tree

1 file changed

+4
-0
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+4
-0
lines changed

arduino-ide-extension/src/browser/style/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
z-index: 0;
110110
}
111111

112+
:root {
113+
--theia-private-menubar-height: 40px; /* set the topbar height */
114+
}
115+
112116
#theia-top-panel .p-TabBar-toolbar {
113117
padding-left: 4px !important; /* moves the `verify`, upload and other toolbar items to the left */
114118
}

0 commit comments

Comments
 (0)