Fix avatar styling

This commit is contained in:
Robert Long
2021-12-17 11:01:40 -08:00
parent bcb4ccf66d
commit 473a027702
2 changed files with 15 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
justify-content: center;
pointer-events: none;
font-weight: 600;
overflow: hidden;
}
.avatar img {
@@ -18,13 +19,24 @@
fill: #ffffff;
}
.sm {
.avatar span {
padding-top: 1px;
}
.xs {
width: 22px;
height: 22px;
border-radius: 22px;
font-size: 14px;
}
.sm {
width: 32px;
height: 32px;
border-radius: 32px;
font-size: 15px;
}
.md {
width: 36px;
height: 36px;