mirror of
https://github.com/javl/image2cpp.git
synced 2026-09-11 09:03:04 +00:00
update layout
This commit is contained in:
+7
-3
@@ -347,13 +347,17 @@ code {
|
|||||||
gap: 20px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-methods-row .column {
|
.input-methods-row .column-left {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
.input-methods-row .column-right {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column-left {
|
||||||
float: left;
|
float: left;
|
||||||
border-right: 1px solid var(--border-subtle);
|
border-right: 1px solid var(--border-subtle);
|
||||||
|
padding-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-right {
|
.column-right {
|
||||||
@@ -851,7 +855,7 @@ input[type="file"]::file-selector-button {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column,
|
.column-left,
|
||||||
.column-right {
|
.column-right {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
+2
-2
@@ -58,14 +58,14 @@
|
|||||||
<section class="section step bottom-divider" id="step-1">
|
<section class="section step bottom-divider" id="step-1">
|
||||||
<div class="step-num">1</div>
|
<div class="step-num">1</div>
|
||||||
<section class="sub-section input-methods-row">
|
<section class="sub-section input-methods-row">
|
||||||
<div class="column" id="file-input-column">
|
<div class="column-left" id="file-input-column">
|
||||||
<h2 class="sub-section-title">Select image</h2>
|
<h2 class="sub-section-title">Select image</h2>
|
||||||
<div class="note upload-note">You can import multiple images at once.<br>All processing is done locally in your browser: your images are not uploaded or stored anywhere online.</div>
|
<div class="note upload-note">You can import multiple images at once.<br>All processing is done locally in your browser: your images are not uploaded or stored anywhere online.</div>
|
||||||
<input type="file" id="file-input" name="file-input" multiple/><br />
|
<input type="file" id="file-input" name="file-input" multiple/><br />
|
||||||
<div id="file-input-column-items"></div>
|
<div id="file-input-column-items"></div>
|
||||||
<div class="note" id="continue-note">Add more images or <a href="#step-2">continue to step 2</a></div>
|
<div class="note" id="continue-note">Add more images or <a href="#step-2">continue to step 2</a></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column column-right">
|
<div class="column-right">
|
||||||
<h2 class="sub-section-title">or paste existing byte array</h2>
|
<h2 class="sub-section-title">or paste existing byte array</h2>
|
||||||
<textarea id="byte-input" class="byte-input" placeholder="i.e. 0xff, 0x81, 0x0d, 0x8d, 0xb1, 0xb1, 0x80, 0xfc"></textarea><br />
|
<textarea id="byte-input" class="byte-input" placeholder="i.e. 0xff, 0x81, 0x0d, 0x8d, 0xb1, 0xb1, 0x80, 0xfc"></textarea><br />
|
||||||
<div class="text-input-size">
|
<div class="text-input-size">
|
||||||
|
|||||||
Reference in New Issue
Block a user