Improve followed-by label

This commit is contained in:
Nick Colley 2023-02-01 11:39:46 +00:00
parent 75245719cc
commit 17cd30870a
1 changed files with 3 additions and 3 deletions

View File

@ -41,10 +41,10 @@
white-space: nowrap;
}
.account-profile-followed-by-span {
background: rgba(30, 30, 30, 0.2);
border-radius: 4px;
padding: 3px 5px;
white-space: nowrap;
padding: 3px 6px;
border: 1px solid;
border-radius: 4px;
}
.account-profile-avatar {
grid-area: avatar;