Feature: update user profile (#4678)

This commit is contained in:
shamoon 2023-12-02 08:26:42 -08:00 committed by GitHub
parent 6e371ac5ac
commit aff56077a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 1048 additions and 75 deletions

View file

@ -0,0 +1,9 @@
::ng-deep {
.accordion-body .mb-3 {
margin: 0 !important; // hack-ish, for animation
}
}
.copied-badge {
right: 8em;
}