Skip to content

Commit a3ec6b3

Browse files
fstasifrancescospissu
authored andcommitted
set topbar to 40px
1 parent e340d4a commit a3ec6b3

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)