mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-07 17:38:33 +00:00
Implemented non-attached boards
This commit is contained in:
@@ -1 +1,2 @@
|
||||
@import './list-widget.css';
|
||||
@import './list-widget.css';
|
||||
@import './select-board-dialog.css';
|
||||
@@ -0,0 +1,13 @@
|
||||
|
||||
.select-board-dialog {
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.select-board-dialog input {
|
||||
width: calc(100% - 8px);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.select-board-dialog select {
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user