Update avatar badge placements to match designs

This commit is contained in:
Evan Hahn 2021-11-09 14:34:47 -06:00 committed by GitHub
parent e50f76a909
commit 9ce8acc846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 81 additions and 6 deletions

View file

@ -107,9 +107,11 @@
}
&__badge {
bottom: 0;
position: absolute;
right: 0;
z-index: 1;
// Positioning should be overridden by JavaScript. These are set defensively.
bottom: 0;
right: 0;
}
}