Update samy.css
This commit is contained in:
6
samy.css
6
samy.css
@@ -135,7 +135,7 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
padding-bottom: 220px;
|
padding-bottom: 200px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: calc(100vh - 50px);
|
max-height: calc(100vh - 50px);
|
||||||
}
|
}
|
||||||
@@ -210,7 +210,9 @@ body {
|
|||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
|
|
||||||
/* Never wider than the stack column, but cap at 520px on big screens */
|
/* Never wider than the stack column, but cap at 520px on big screens */
|
||||||
width: min(40%, 480px);
|
width: calc(45% - 10px);
|
||||||
|
max-width: 480px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#PasswordContainer input,
|
#PasswordContainer input,
|
||||||
|
|||||||
Reference in New Issue
Block a user