mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
fix the sizing of avatars in enhancer menu (#324)
This commit is contained in:
parent
1c3b8e5fa4
commit
4eb63f751f
@ -1,6 +1,7 @@
|
||||
/*
|
||||
* notion-enhancer
|
||||
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (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 {
|
||||
|
Loading…
Reference in New Issue
Block a user