mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49: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
|
* 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user