Set sketchbook list item height to 30px (#1146)

This commit is contained in:
Francesco Spissu 2022-07-05 14:21:40 +02:00 committed by GitHub
parent b1e00e6ff2
commit 06acd7fcde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -125,4 +125,4 @@ button.theia-button.main {
background-attachment: fixed;
background-position: center;
transition: opacity 0.8s;
}
}

View File

@ -49,6 +49,10 @@
}
#arduino-sketchbook-tree-widget .theia-TreeNode {
line-height: 30px;
}
#arduino-sketchbook-tree-widget .theia-TreeNodeSegmentGrow {
flex: 1;
}