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 {