LiteyukiBot/liteyuki/resources/templates/css/card.css
snowy 33dd2f104d fix: 状态卡片百分比错误
feat: 群聊Bot开关,防止Bot乱窜
2024-04-12 00:32:08 +08:00

18 lines
317 B
CSS

#data-storage {
display: none;
}
body {
background-repeat: repeat-y;
background-size: cover;
background-position: center;
margin: 20px;
}
.info-box {
border-radius: 30px;
padding: 30px;
backdrop-filter: blur(10px);
background-color: rgba(0, 0, 0, 0.5);
margin-bottom: 20px;
}