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 e340d4a commit a3ec6b3Copy full SHA for a3ec6b3
arduino-ide-extension/src/browser/style/main.css
@@ -109,6 +109,10 @@
109
z-index: 0;
110
}
111
112
+:root {
113
+ --theia-private-menubar-height: 40px; /* set the topbar height */
114
+}
115
+
116
#theia-top-panel .p-TabBar-toolbar {
117
padding-left: 4px !important; /* moves the `verify`, upload and other toolbar items to the left */
118
0 commit comments