This commit is contained in:
Xiexe
2020-10-03 01:41:58 -04:00
parent 74fff18332
commit 95b85f57ab
7 changed files with 178 additions and 13 deletions
+9 -3
View File
@@ -22,11 +22,8 @@ html, body {
#background {
background-color: #000;
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
transform: translateX(calc((100% - 100vw) / 2));
z-index: -1;
}
@@ -167,6 +164,15 @@ html, body {
z-index: 2;
}
.fullScreen
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.foreground {
z-index: 1;
}