update layout

This commit is contained in:
javl
2026-08-15 15:09:44 +02:00
parent ce4d3ecf98
commit 24f6d0d48c
2 changed files with 9 additions and 5 deletions
+7 -3
View File
@@ -347,13 +347,17 @@ code {
gap: 20px;
}
.input-methods-row .column {
.input-methods-row .column-left {
width: 50%;
}
.input-methods-row .column-right {
width: 50%;
}
.column {
.column-left {
float: left;
border-right: 1px solid var(--border-subtle);
padding-right: 12px;
}
.column-right {
@@ -851,7 +855,7 @@ input[type="file"]::file-selector-button {
flex-direction: column;
}
.column,
.column-left,
.column-right {
float: none;
width: 100%;