diff options
author | AutumnVN <autumnvnchino@gmail.com> | 2023-09-29 05:46:33 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 00:46:33 +0200 |
commit | 88b06191b926de40dc9f5abfbe83f7a26ab0dac4 (patch) | |
tree | 85423bd0d5d441375909393463761b16a07d3f7f /src/webpack | |
parent | 62277770a8e5eec921fb407863c8c1d1d8e466b5 (diff) | |
download | Vencord-88b06191b926de40dc9f5abfbe83f7a26ab0dac4.tar.gz Vencord-88b06191b926de40dc9f5abfbe83f7a26ab0dac4.tar.bz2 Vencord-88b06191b926de40dc9f5abfbe83f7a26ab0dac4.zip |
fix modal image + reviewdb bot tag (#1761)
* fix modal image
* fix reviewdb bot tag
Diffstat (limited to 'src/webpack')
-rw-r--r-- | src/webpack/common/classes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpack/common/classes.ts b/src/webpack/common/classes.ts index 5c1a676..8bc7640 100644 --- a/src/webpack/common/classes.ts +++ b/src/webpack/common/classes.ts @@ -20,5 +20,5 @@ import { findByPropsLazy } from "@webpack"; import * as t from "./types/classes"; -export const ModalImageClasses: t.ImageModalClasses = findByPropsLazy("image", "modal"); +export const ModalImageClasses: t.ImageModalClasses = findByPropsLazy("image", "modal", "responsiveWidthMobile"); export const ButtonWrapperClasses: t.ButtonWrapperClasses = findByPropsLazy("buttonWrapper", "buttonContent"); |