updated ui

This commit is contained in:
polarDefender 2024-05-29 08:20:04 -07:00
parent 6e4a01cc51
commit bbcff16dd6
9 changed files with 83 additions and 17 deletions

View file

@ -15,4 +15,14 @@
text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
margin-top: 16px;
}
.checkbox .manual_backup {
margin-left: 10px;
}
.manual-checkbox {
margin-left: 9%;
}
@media screen and (max-width: 425px) {
.manual-checkbox {
margin-left: 4%;
}
}