refined code

This commit is contained in:
Mitarashi
2022-01-13 23:54:22 +02:00
parent bc337027ca
commit b2948e3071
2 changed files with 13 additions and 13 deletions

View File

@ -97,15 +97,17 @@
}
}
.avatar-round {
border-radius: 50%;
}
.avatar.mini {
margin-right: 5px;
margin-top: -1px;
width: 20px;
height: 20px;
.avatar {
&.round {
border-radius: 50%;
}
&.mini {
margin-right: 5px;
margin-top: -1px;
width: 20px;
height: 20px;
}
}
.attribution {