From 433d2e63a9eda53a76f3f96b2d0dade7c3307aa6 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 26 Nov 2025 20:44:33 -0500 Subject: [PATCH] Update samy.css --- samy.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/samy.css b/samy.css index ff563c8..7b5ae2b 100644 --- a/samy.css +++ b/samy.css @@ -135,7 +135,7 @@ body { position: relative; flex: 1; padding: 20px; - padding-bottom: 220px; + padding-bottom: 200px; overflow-y: auto; max-height: calc(100vh - 50px); } @@ -210,7 +210,9 @@ body { border: 1px solid var(--border-color); /* Never wider than the stack column, but cap at 520px on big screens */ - width: min(40%, 480px); + width: calc(45% - 10px); + max-width: 480px; + } #PasswordContainer input,