Skip to content

Commit 06acd7f

Browse files
Set sketchbook list item height to 30px (#1146)
1 parent b1e00e6 commit 06acd7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ button.theia-button.main {
125125
background-attachment: fixed;
126126
background-position: center;
127127
transition: opacity 0.8s;
128-
}
128+
}

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

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949

5050
}
5151

52+
#arduino-sketchbook-tree-widget .theia-TreeNode {
53+
line-height: 30px;
54+
}
55+
5256
#arduino-sketchbook-tree-widget .theia-TreeNodeSegmentGrow {
5357
flex: 1;
5458
}

0 commit comments

Comments
 (0)