From 4eb63f751ff286823d960576c386c72b75c49743 Mon Sep 17 00:00:00 2001 From: Emir <31805948+admiraldus@users.noreply.github.com> Date: Sun, 6 Dec 2020 04:54:10 +0300 Subject: [PATCH] fix the sizing of avatars in enhancer menu (#324) --- mods/core/menu.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mods/core/menu.css b/mods/core/menu.css index f549c64..412c901 100644 --- a/mods/core/menu.css +++ b/mods/core/menu.css @@ -1,6 +1,7 @@ /* * notion-enhancer * (c) 2020 dragonwocky (https://dragonwocky.me/) + * (c) 2020 admiraldus (https://github.com/admiraldus) * under the MIT license */ @@ -298,12 +299,13 @@ s { color: currentColor; } #modules section .author img { - max-height: 1em; - max-width: 1em; + height: 1em; + width: 1em; margin-bottom: 0.15625em; display: inline-block; vertical-align: middle; border-radius: 50%; + object-fit: cover; } #modules section .tags, #modules section .version {