From 6761ae054a94b7b4dc087bbf38bc2e5c36f5dab9 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 26 Nov 2025 20:36:08 -0500 Subject: [PATCH] Update samy.css --- samy.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/samy.css b/samy.css index 086ed27..131d436 100644 --- a/samy.css +++ b/samy.css @@ -135,9 +135,7 @@ body { position: relative; flex: 1; padding: 20px; - padding-bottom: 140px; - margin-right: 190px; - box-sizing: border-box; + padding-bottom: 160px; overflow-y: auto; max-height: calc(100vh - 50px); } @@ -211,9 +209,8 @@ body { background-color: var(--dark-gray-color); border: 1px solid var(--border-color); - /* Make these panels roughly the same width as the SVSMSP Stack card */ - width: 45%; - max-width: 520px; + /* Never wider than the stack column, but cap at 520px on big screens */ + width: min(45%, 520px); } #PasswordContainer input,