Add domain to acct display in sidebar

This commit is contained in:
Laura Hausmann
2023-10-18 01:11:56 +02:00
parent aa0801e1f3
commit 891d6c5fa5
2 changed files with 7 additions and 2 deletions
@@ -112,11 +112,14 @@
.acct {
display: block;
color: $secondary-text-color;
font-weight: 500;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
strong {
color: $secondary-text-color;
font-weight: 500;
}
}
}