Add feature

This commit is contained in:
Laux Dev
2026-03-18 16:18:55 +08:00
parent d7f65cb1a7
commit 6fd78aa92f
20 changed files with 1268 additions and 684 deletions

View File

@@ -1,7 +1,7 @@
.switch {
display: flex;
width: 53px;
height: 33px;
width: 50px;
height: 30px;
align-items: center;
background-color: white;
cursor: pointer;
@@ -16,8 +16,8 @@
display: none;
}
.knob {
width: 25px;
height: 25px;
width: 22px;
height: 22px;
background-color: #6d6d6d;
border-radius: 50%;
display: flex;
@@ -32,7 +32,7 @@
}
.check:checked + .switch .knob {
transform: translateX(78%);
transform: translateX(90%);
background-color: white;
}