align titles in 1st section

This commit is contained in:
javl
2026-08-14 16:19:51 +02:00
parent ca532dac08
commit 88b5f09e38
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -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
View File
@@ -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>