Skip to content

Commit 3eebd58

Browse files
committed
Fixed wrong toppanel layout in electron
Signed-off-by: jbicker <jan.bicker@typefox.io>
1 parent d845445 commit 3eebd58

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
#arduino-toolbar-container {
7171
display: flex;
72+
width: 100%;
7273
}
7374

7475
.p-TabBar-toolbar.theia-arduino-toolbar {
@@ -82,6 +83,7 @@
8283

8384
#theia-top-panel .p-TabBar-toolbar.theia-arduino-toolbar.left {
8485
min-width: 398px;
86+
justify-content: flex-end;
8587
}
8688

8789
.arduino-tool-item.item.connected-boards {

0 commit comments

Comments
 (0)