Online Themes: fix & improve ui
This commit is contained in:
parent
a17803c1c4
commit
8e446e44ab
8 changed files with 26 additions and 81 deletions
|
|
@ -318,7 +318,7 @@ export default definePlugin({
|
|||
if (RelationshipStore.isFriend(userId) || isPluginDev(UserStore.getCurrentUser()?.id)) return null;
|
||||
|
||||
return (
|
||||
<Card className={`vc-plugins-restart-card ${Margins.top8}`}>
|
||||
<Card className={`vc-warning-card ${Margins.top8}`}>
|
||||
Please do not private message Vencord plugin developers for support!
|
||||
<br />
|
||||
Instead, use the Vencord support channel: {Parser.parse("https://discord.com/channels/1015060230222131221/1026515880080842772")}
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ function Modal({ modalProps }: { modalProps: ModalProps; }) {
|
|||
/>
|
||||
|
||||
{isUnsupportedFormat && (
|
||||
<Card className={`vc-plugins-restart-card ${Margins.top16}`}>
|
||||
<Card className={`vc-warning-card ${Margins.top16}`}>
|
||||
<Forms.FormText>Voice Messages have to be OggOpus to be playable on iOS. This file is <code>{blob.type}</code> so it will not be playable on iOS.</Forms.FormText>
|
||||
|
||||
<Forms.FormText className={Margins.top8}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue