fix the sizing of avatars in enhancer menu (#324)

This commit is contained in:
Emir 2020-12-06 04:54:10 +03:00 committed by GitHub
parent 1c3b8e5fa4
commit 4eb63f751f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
/* /*
* notion-enhancer * notion-enhancer
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/) * (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 admiraldus (https://github.com/admiraldus)
* under the MIT license * under the MIT license
*/ */
@ -298,12 +299,13 @@ s {
color: currentColor; color: currentColor;
} }
#modules section .author img { #modules section .author img {
max-height: 1em; height: 1em;
max-width: 1em; width: 1em;
margin-bottom: 0.15625em; margin-bottom: 0.15625em;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
border-radius: 50%; border-radius: 50%;
object-fit: cover;
} }
#modules section .tags, #modules section .tags,
#modules section .version { #modules section .version {