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;
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,