We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e623c commit 84603a2Copy full SHA for 84603a2
arduino-ide-extension/src/browser/style/main.css
@@ -175,14 +175,14 @@
175
176
#arduino-open-sketch-control--toolbar--container {
177
background-color: var(--theia-arduino-toolbar-background);
178
- padding: 8px 8px 8px 8px; /* based on pure heuristics */
179
}
180
-
181
-#arduino-open-sketch-control--toolbar {
+
+ #arduino-open-sketch-control--toolbar {
182
height: unset;
183
width: unset;
184
line-height: unset;
185
color: var(--theia-titleBar-activeBackground);
+ padding: 5px 8px; /* based on pure heuristics */
186
187
188
/* Output */
0 commit comments