Skip to content

Commit 6da702a

Browse files
author
Akos Kitta
committed
styled the sketch-control
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 4cad068 commit 6da702a

File tree

1 file changed

+8
-1
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,14 @@
148148

149149
#arduino-open-sketch-control--toolbar--container {
150150
background-color: var(--theia-arduino-toolbar-background);
151-
padding-left: 8px; /* based on pure heuristics */
151+
padding: 8px 8px 8px 8px; /* based on pure heuristics */
152+
}
153+
154+
#arduino-open-sketch-control--toolbar {
155+
height: unset;
156+
width: unset;
157+
line-height: unset;
158+
color: var(--theia-titleBar-activeBackground);
152159
}
153160

154161
/* Output */

0 commit comments

Comments
 (0)