fix member count padding

This commit is contained in:
Bruno Windels 2020-12-04 17:17:04 +01:00
parent f538be6748
commit 7333fba6a1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
}
.PreviewView .memberCount p:not(.placeholder) {
padding: 0 4px 0 24px;
padding: 4px 4px 4px 24px;
border-radius: 8px;
background-image: url(../images/member-icon.svg);
background-repeat: no-repeat;