MemberCount: Remove negative margin, fixes issues with some themes

This commit is contained in:
V 2023-08-12 02:46:38 +02:00
parent fe80b8cc85
commit 54cbdfdad0
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -52,7 +52,6 @@ function MemberCount() {
return (
<Flex id="vc-membercount" style={{
marginTop: "1em",
marginBottom: "-.5em",
paddingInline: "1em",
justifyContent: "center",
alignContent: "center",