1
0
forked from bot/app

fix: 内存计算误差

This commit is contained in:
2024-04-05 10:26:46 +08:00
parent a9426ca48f
commit 26a15229cf
3 changed files with 28 additions and 9 deletions

View File

@ -24,7 +24,7 @@
.info-box {
border-radius: 30px;
padding: 30px;
backdrop-filter: blur(30px);
backdrop-filter: blur(60px);
background-color: rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
}