mirror of
https://github.com/javl/image2cpp.git
synced 2026-09-14 10:33:43 +00:00
align titles in 1st section
This commit is contained in:
@@ -128,6 +128,7 @@ body {
|
||||
|
||||
.btn-reset {
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* ---- Layout: sidebar + main ---- */
|
||||
@@ -341,6 +342,11 @@ code {
|
||||
|
||||
/* ---- Multi-column (select image row) ---- */
|
||||
|
||||
.input-methods-row {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
}
|
||||
@@ -353,6 +359,7 @@ code {
|
||||
|
||||
.column-right {
|
||||
float: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
/* ---- Table layout for settings ---- */
|
||||
@@ -728,10 +735,15 @@ input[type="file"]::file-selector-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.input-methods-row {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.column,
|
||||
.column-right {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.byte-input {
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@
|
||||
|
||||
<section class="section step bottom-divider" id="step-1">
|
||||
<div class="step-num">1</div>
|
||||
<section class="sub-section">
|
||||
<section class="sub-section input-methods-row">
|
||||
<div class="column" id="file-input-column">
|
||||
<h2 class="sub-section-title">Select image</h2>
|
||||
<div class="note upload-note">All processing is done locally in your browser; your images are not uploaded or stored anywhere online.</div>
|
||||
|
||||
Reference in New Issue
Block a user