Update samy.css
This commit is contained in:
9
samy.css
9
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,
|
||||
|
||||
Reference in New Issue
Block a user