Update samy.css

This commit is contained in:
2025-11-26 20:16:31 -05:00
parent aad96c44dc
commit c2182d8209

View File

@@ -200,6 +200,10 @@ body {
border-radius: 8px; border-radius: 8px;
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 */
width: 45%;
max-width: 520px;
} }
#PasswordContainer input, #PasswordContainer input,