Fix text overlaping. Closes #2866

This commit is contained in:
Gabe Kangas
2023-03-23 19:11:08 -07:00
parent 13868e8b6a
commit 3d302b7dbd
2 changed files with 10 additions and 10 deletions

View File

@@ -38,10 +38,13 @@
}
.avatar {
height: 50px;
width: 50px;
border-color: rgba(0, 0, 0, 0.3);
border-width: 1px;
border-style: solid;
background-color: var(--theme-color-background-main);
span {
font-size: 1.6rem;
}
}
}