Fix Other Styling

This commit is contained in:
thororen1234 2025-01-31 14:22:47 -05:00
parent 9e821700db
commit 7161495c9b

View file

@ -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