From 4b90b66b4ef2dc534f87f7b4602c48cfd98ae5c4 Mon Sep 17 00:00:00 2001 From: javl Date: Sat, 15 Aug 2026 14:55:55 +0200 Subject: [PATCH] ui update --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index bedc250..435ab2c 100644 --- a/css/style.css +++ b/css/style.css @@ -344,7 +344,7 @@ code { .input-methods-row { display: flex; align-items: space-between; - gap: 10px; + gap: 20px; } .input-methods-row .column { @@ -353,11 +353,13 @@ code { .column { float: left; + border-right: 1px solid var(--border-subtle); } .column-right { float: right; margin-left: auto; + border-right: none; } /* ---- Table layout for settings ---- */