VoiceUserShow: Fix lack of bottom margin (#853)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
b21516d44e
commit
0a3dc5c6e8
@ -57,11 +57,13 @@ const VoiceChannelField = ErrorBoundary.wrap(({ user }: UserProps) => {
|
|||||||
const result = `${guild.name} | ${channel.name}`;
|
const result = `${guild.name} | ${channel.name}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<VoiceChannelSection
|
<div style={{ marginBottom: 14 }}>
|
||||||
channel={channel}
|
<VoiceChannelSection
|
||||||
label={result}
|
channel={channel}
|
||||||
showHeader={settings.store.showVoiceChannelSectionHeader}
|
label={result}
|
||||||
/>
|
showHeader={settings.store.showVoiceChannelSectionHeader}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user