mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-07 01:18:33 +00:00
Improved layout of "Board Select" and "File Navigator" dialogs
Signed-off-by: jbicker <jan.bicker@typefox.io>
This commit is contained in:
@@ -85,6 +85,10 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i{
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
#select-board-dialog .selectBoardContainer .body .boards.list {
|
||||
min-height: 265px;
|
||||
}
|
||||
|
||||
#select-board-dialog .selectBoardContainer .body .search {
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
@@ -92,7 +96,7 @@ div#select-board-dialog .selectBoardContainer .body .list .item.selected i{
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.p-Widget.dialogOverlay .dialogBlock {
|
||||
.p-Widget.dialogOverlay .dialogContent.select-board-dialog {
|
||||
width: 740px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user