This commit is contained in:
yj 2024-07-19 10:33:12 +08:00
parent ae7b9efcf3
commit 6094b78f9a
1 changed files with 5 additions and 4 deletions

View File

@ -48,10 +48,11 @@
justify-content: center;
display: flex;
align-items: center;
left: 0;
top: 0;
width: 100%;
height: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 20px);
height: calc(100% - 20px);
z-index: 1;
background-color: black;
color: white;