mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-24 00:59:09 -05:00
ShowBadgesInChat and ThemeLibrary bug fixes (#136)
This commit is contained in:
parent
a4c1138148
commit
505f211eaa
2 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue