Online Themes: fix & improve ui

This commit is contained in:
Vendicated 2025-07-10 01:37:13 +02:00
parent a17803c1c4
commit 8e446e44ab
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
8 changed files with 26 additions and 81 deletions

View file

@ -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")}

View file

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