Fix viewport issues, again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominic Zimmer 2023-02-26 23:01:49 +01:00
parent 32d3c8705e
commit 218a153c03

View File

@ -1,6 +1,6 @@
.loading {
height: 100vh;
height: 100svh;
height: 100dvh;
width: 100vw;
background-color: black;
}
@ -86,7 +86,7 @@ input[type="radio"]:checked+label {
background-image: url("assets/background.jpg");
width: 100vw;
height: 100vh;
height: 100svh;
height: 100dvh;
position: absolute;
filter: blur(7px) contrast(70%);
background-size: cover;