Merge remote-tracking branch 'origin/main' into v0.7.0

This commit is contained in:
Kitaiti Makoto 2021-12-09 14:35:10 +09:00
commit 67dec4df22

View file

@ -472,9 +472,10 @@ figure {
/// Avatars
.avatar {
background-position: center;
background-position: center !important;
background-size: cover;
border-radius: 100%;
flex-shrink: 0;
&.small {
width: 50px;
@ -610,4 +611,4 @@ code {
.function{
color:inherit;
}
}
}