feat: client side loading
This commit is contained in:
@ -120,3 +120,11 @@ input[type=number] {
|
||||
.list-decimal li::marker {
|
||||
color: #8a898c;
|
||||
}
|
||||
|
||||
main {
|
||||
transition: opacity 0.3s;
|
||||
}
|
||||
|
||||
main.loading {
|
||||
opacity: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user