mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Fix Other Styling
This commit is contained in:
parent
9e821700db
commit
7161495c9b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ export default definePlugin({
|
||||||
<div className={classes(cl("spectators_panel"), Margins.top8)}>
|
<div className={classes(cl("spectators_panel"), Margins.top8)}>
|
||||||
{users.length ?
|
{users.length ?
|
||||||
<>
|
<>
|
||||||
<Forms.FormTitle tag="h3" style={{ marginTop: 8, marginBottom: 0, textTransform: "uppercase" }}>
|
<Forms.FormTitle tag="h3" style={{ marginTop: 8, marginBottom: 0, marginLeft: 8, textTransform: "uppercase" }}>
|
||||||
{getIntlMessage("SPECTATORS", { numViewers: userIds.length })}
|
{getIntlMessage("SPECTATORS", { numViewers: userIds.length })}
|
||||||
</Forms.FormTitle>
|
</Forms.FormTitle>
|
||||||
<UserSummaryItem
|
<UserSummaryItem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue