diff --git a/bookwyrm/static/css/format.css b/bookwyrm/static/css/format.css index c640cd27..0956517d 100644 --- a/bookwyrm/static/css/format.css +++ b/bookwyrm/static/css/format.css @@ -163,9 +163,15 @@ html { vertical-align: middle; display: inline; } -.navbar .avatar { - max-height: none; +.is-32x32 { + min-width: 32px; + min-height: 32px; } +.is-96x96 { + min-width: 96px; + min-height: 96px; +} + /* --- QUOTES --- */ diff --git a/bookwyrm/templates/directory.html b/bookwyrm/templates/directory.html index 6f8bc3e4..3d47e26b 100644 --- a/bookwyrm/templates/directory.html +++ b/bookwyrm/templates/directory.html @@ -121,12 +121,21 @@