Update samy.css

This commit is contained in:
2025-11-26 20:36:08 -05:00
parent d99eb58c45
commit 6761ae054a

View File

@@ -135,9 +135,7 @@ body {
position: relative; position: relative;
flex: 1; flex: 1;
padding: 20px; padding: 20px;
padding-bottom: 140px; padding-bottom: 160px;
margin-right: 190px;
box-sizing: border-box;
overflow-y: auto; overflow-y: auto;
max-height: calc(100vh - 50px); max-height: calc(100vh - 50px);
} }
@@ -211,9 +209,8 @@ body {
background-color: var(--dark-gray-color); background-color: var(--dark-gray-color);
border: 1px solid var(--border-color); border: 1px solid var(--border-color);
/* Make these panels roughly the same width as the SVSMSP Stack card */ /* Never wider than the stack column, but cap at 520px on big screens */
width: 45%; width: min(45%, 520px);
max-width: 520px;
} }
#PasswordContainer input, #PasswordContainer input,