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 {
|
.auth__base {
|
||||||
--pattern-size: 48px;
|
--pattern-size: 48px;
|
||||||
min-height: 100vh;
|
min-height: 100%;
|
||||||
background-color: var(--bg-surface-low);
|
background-color: var(--bg-surface-low);
|
||||||
|
|
||||||
background-image: radial-gradient(rgba(0, 0, 0, 6%) 2px, rgba(0, 0, 0, 0%) 2px);
|
background-image: radial-gradient(rgba(0, 0, 0, 6%) 2px, rgba(0, 0, 0, 0%) 2px);
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue