File tree 2 files changed +11
-4
lines changed
arduino-ide-extension/src/browser/style
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,11 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i {
150
150
color : var (--theia-arduino-toolbar-dropdown-label );
151
151
display : flex;
152
152
gap : 10px ;
153
- height : 24 px ;
154
- margin : 0 6 px ;
153
+ height : 28 px ;
154
+ margin : 0 4 px ;
155
155
overflow : hidden;
156
156
padding : 0 10px ;
157
- width : 230 px ;
157
+ width : 210 px ;
158
158
}
159
159
160
160
.arduino-boards-toolbar-item--protocol ,
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
.p-TabBar-toolbar .item .arduino-tool-item {
6
- margin-left : 3px ;
6
+ margin-right : 8px ;
7
+ margin-left : unset;
7
8
}
8
9
9
10
.p-TabBar-toolbar .item .arduino-tool-item .toggle-serial-monitor ,
95
96
}
96
97
97
98
.p-TabBar-toolbar .theia-arduino-toolbar {
99
+ align-items : center;
98
100
z-index : 0 ;
99
101
}
100
102
103
+ .p-TabBar-toolbar {
104
+ margin-right : 12px ;
105
+ }
106
+
101
107
: root {
102
108
--theia-private-menubar-height : 40px ; /* set the topbar height */
103
109
}
113
119
# theia-top-panel .p-TabBar-toolbar .theia-arduino-toolbar .right {
114
120
justify-content : flex-start;
115
121
min-width : 100px ;
122
+ margin-right : 4px ;
116
123
}
117
124
118
125
# theia-top-panel .p-TabBar-toolbar .theia-arduino-toolbar .left {
You can’t perform that action at this time.
0 commit comments