improve: fatal error screen design

This commit is contained in:
RainyXeon
2024-07-22 16:23:06 +07:00
committed by ThePedroo
parent 9957be838f
commit 665ff2b8d9
2 changed files with 31 additions and 22 deletions
+11 -4
View File
@@ -11,13 +11,20 @@
.e-main {
background-color: black;
position: fixed;
bottom: 230px;
left: 0;
right: 0;
color: #fff;
}
.e-wrap {
display: flex;
align-items: center;
overflow: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.e-bg {
background-color: black;
color: #fff;