Enhancement: improved loading visuals (#8435)

This commit is contained in:
shamoon 2024-12-05 20:26:28 -08:00 committed by GitHub
parent 8722ff481c
commit 0647812699
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 792 additions and 490 deletions

View file

@ -2,3 +2,12 @@
.d-block.d-sm-none .dropdown-toggle::after {
display: none;
}
.list-group-item .row {
opacity: 0;
transition: opacity .2s;
}
.list-group-item .reveal {
opacity: 1;
}