File tree 1 file changed +1
-10
lines changed
arduino-ide-extension/src/browser/style 1 file changed +1
-10
lines changed 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-right : 8px ;
7
- margin-left : unset;
6
+ margin-left : 0 ;
8
7
}
9
8
10
9
.p-TabBar-toolbar .item .arduino-tool-item .toggle-serial-monitor ,
109
108
z-index : 0 ;
110
109
}
111
110
112
- .p-TabBar-toolbar {
113
- margin-right : 12px ;
114
- }
115
-
116
111
: root {
117
112
--theia-private-menubar-height : 40px ; /* set the topbar height */
118
113
}
119
114
120
115
# theia-top-panel .p-TabBar-toolbar .theia-arduino-toolbar .right {
121
116
justify-content : flex-start;
122
- min-width : 100px ;
123
- margin-right : 4px ;
124
117
}
125
118
126
119
# theia-top-panel .p-TabBar-toolbar .theia-arduino-toolbar .left {
129
122
}
130
123
131
124
.arduino-toolbar-tooltip {
132
- margin-left : 10px ;
133
- margin-right : 4px ;
134
125
display : flex;
135
126
align-items : center;
136
127
color : var (--theia-titleBar-activeForeground );
You can’t perform that action at this time.
0 commit comments