Skip to content

Commit ba02409

Browse files
adjust margins and paddings
1 parent 5fbf3f9 commit ba02409

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Diff for: arduino-ide-extension/src/browser/style/boards-config-dialog.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
150150
color: var(--theia-arduino-toolbar-dropdown-label);
151151
display: flex;
152152
gap: 10px;
153-
height: 24px;
154-
margin: 0 6px;
153+
height: 28px;
154+
margin: 0 4px;
155155
overflow: hidden;
156156
padding: 0 10px;
157-
width: 230px;
157+
width: 210px;
158158
}
159159

160160
.arduino-boards-toolbar-item--protocol,

Diff for: arduino-ide-extension/src/browser/style/main.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
}
44

55
.p-TabBar-toolbar .item.arduino-tool-item {
6-
margin-left: 3px;
6+
margin-right: 8px;
7+
margin-left: unset;
78
}
89

910
.p-TabBar-toolbar .item.arduino-tool-item .toggle-serial-monitor,
@@ -95,9 +96,14 @@
9596
}
9697

9798
.p-TabBar-toolbar.theia-arduino-toolbar {
99+
align-items: center;
98100
z-index: 0;
99101
}
100102

103+
.p-TabBar-toolbar {
104+
margin-right: 12px;
105+
}
106+
101107
:root {
102108
--theia-private-menubar-height: 40px; /* set the topbar height */
103109
}
@@ -113,6 +119,7 @@
113119
#theia-top-panel .p-TabBar-toolbar.theia-arduino-toolbar.right {
114120
justify-content: flex-start;
115121
min-width: 100px;
122+
margin-right: 4px;
116123
}
117124

118125
#theia-top-panel .p-TabBar-toolbar.theia-arduino-toolbar.left {

0 commit comments

Comments
 (0)