ShowBadgesInChat and ThemeLibrary bug fixes (#136)

This commit is contained in:
Indiana Jone (Indi) 2025-02-04 21:40:19 -05:00 committed by GitHub
parent a4c1138148
commit 505f211eaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -35,7 +35,10 @@
.vc-sbic-badge-row { .vc-sbic-badge-row {
display: inline-flex; display: inline-flex;
margin-left: 2; justify-content: center;
align-items: center;
vertical-align: top; vertical-align: top;
height: 1rem; position: relative;
margin-top: 6px !important;
margin-left: -3px !important;
} }

View file

@ -275,7 +275,7 @@ function SubmitThemes() {
color: "var(--text-normal)" color: "var(--text-normal)"
}}> }}>
<p> This tab was replaced in favour of the new website: </p> <p> This tab was replaced in favour of the new website: </p>
<p><a href="https://discord-themes.com">discord-themes.com</a></p> <p><a href="https://discord-themes.com" target="_blank">discord-themes.com</a></p>
<p style={{ <p style={{
fontSize: ".75em", fontSize: ".75em",
color: "var(--text-muted)" color: "var(--text-muted)"