Merge pull request #516 from mouse-reeve/avatar-height

Fixes squished avatars
This commit is contained in:
Mouse Reeve 2021-01-11 18:10:58 -08:00 committed by GitHub
commit 27cc2b574f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,9 @@ input.toggle-control:checked ~ .modal.toggle-content {
vertical-align: middle;
display: inline;
}
.navbar .avatar {
max-height: none;
}
/* --- QUOTES --- */