Fix cropped loading and login screen
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
cf6732fb29
commit
85cc4cb8f7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.auth__base {
|
||||
--pattern-size: 48px;
|
||||
min-height: 100vh;
|
||||
min-height: 100%;
|
||||
background-color: var(--bg-surface-low);
|
||||
|
||||
background-image: radial-gradient(rgba(0, 0, 0, 6%) 2px, rgba(0, 0, 0, 0%) 2px);
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue