diff --git a/src/equicordplugins/showBadgesInChat/styles.css b/src/equicordplugins/showBadgesInChat/styles.css index 6507e9c5..2403873f 100644 --- a/src/equicordplugins/showBadgesInChat/styles.css +++ b/src/equicordplugins/showBadgesInChat/styles.css @@ -35,7 +35,10 @@ .vc-sbic-badge-row { display: inline-flex; - margin-left: 2; + justify-content: center; + align-items: center; vertical-align: top; - height: 1rem; + position: relative; + margin-top: 6px !important; + margin-left: -3px !important; } diff --git a/src/equicordplugins/themeLibrary/components/ThemeTab.tsx b/src/equicordplugins/themeLibrary/components/ThemeTab.tsx index bf5a7a6d..5d8c95a9 100644 --- a/src/equicordplugins/themeLibrary/components/ThemeTab.tsx +++ b/src/equicordplugins/themeLibrary/components/ThemeTab.tsx @@ -275,7 +275,7 @@ function SubmitThemes() { color: "var(--text-normal)" }}>
This tab was replaced in favour of the new website:
- +