This commit is contained in:
yj 2024-08-12 11:21:26 +08:00
parent f32949a8e3
commit c6acb6d584
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 20px);
height: calc(100% - 20px);
width: calc(100% - 18px);
height: calc(100% - 18px);
z-index: 1;
background-color: black;
cursor: pointer;