UserPanel header size fix, fixes #222

This commit is contained in:
Alex Gleason 2020-07-01 15:06:31 -05:00
parent 73b275b8da
commit 8144c7d508
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -11,6 +11,10 @@
width: 100%;
background: var(--brand-color--faint);
.still-image {
height: 100%;
}
img {
display: block;
height: 100%;