fix abnormal checkbox size

This commit is contained in:
KOWX712
2025-02-11 18:41:33 +08:00
parent 42f0b6df77
commit 25ecc49a77

View File

@@ -61,8 +61,8 @@
.advanced-toggle .custom-checkbox {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
width: 20px;
height: 20px;
border: 2px solid #ccc;
border-radius: 4px;
box-sizing: border-box;