Fix glitch-soc SCSS code style and refactor closer to upstream

This commit is contained in:
Claire
2023-02-25 21:20:01 +01:00
parent ac8512a73a
commit cc94cc86ae
22 changed files with 144 additions and 70 deletions

View File

@@ -60,6 +60,7 @@
width: 48px;
height: 48px;
@include avatar-size(48px);
padding-top: 2px;
img {
@@ -68,7 +69,8 @@
display: block;
margin: 0;
border-radius: 4px;
@include avatar-radius();
@include avatar-radius;
background: darken($ui-base-color, 8%);
object-fit: cover;
}