8000 WIP: dialog style. · arduino/lab-micropython-editor@6f025a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f025a7

Browse files
committed
WIP: dialog style.
Signed-off-by: ubi de feo <me@ubidefeo.com>
1 parent e2784f4 commit 6f025a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/arduino/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ button.small .icon {
381381
}
382382

383383
.dialog .dialog-content > * {
384-
width: 100%;
384+
/* width: 100%; */
385385
}
386386

387387
.dialog .dialog-content .item {

ui/arduino/views/components/new-file-destination-dialog.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function NewFileDestinationDialog(state, emit) {
1414
return html`
1515
<div id="dialog-new-file" class="dialog ${stateClass}" onclick=${onClick}>
1616
<div class="dialog-content">
17+
<input type="text" id="file-name" placeholder="File name" />
1718
${boardOption}
1819
<div class="item" onclick=${() => {emit('create-file', 'disk', 'disk_capocchia.py')}}>Computer</div>
1920
</div>

0 commit comments

Comments
 (0)
0