Skip to content

Commit 84603a2

Browse files
committed
ATL-1128: make the new tab button easier to click
1 parent f6e623c commit 84603a2

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@
175175

176176
#arduino-open-sketch-control--toolbar--container {
177177
background-color: var(--theia-arduino-toolbar-background);
178-
padding: 8px 8px 8px 8px; /* based on pure heuristics */
179178
}
180-
181-
#arduino-open-sketch-control--toolbar {
179+
180+
#arduino-open-sketch-control--toolbar {
182181
height: unset;
183182
width: unset;
184183
line-height: unset;
185184
color: var(--theia-titleBar-activeBackground);
185+
padding: 5px 8px; /* based on pure heuristics */
186186
}
187187

188188
/* Output */

0 commit comments

Comments
 (0)