fix modal image + reviewdb bot tag (#1761)
* fix modal image * fix reviewdb bot tag
This commit is contained in:
parent
62277770a8
commit
88b06191b9
|
@ -43,7 +43,7 @@ export default LazyComponent(() => {
|
|||
p("container", "isHeader"),
|
||||
p("avatar", "zalgo"),
|
||||
p("button", "wrapper", "selected"),
|
||||
p("botTag")
|
||||
p("botTag", "botTagRegular")
|
||||
);
|
||||
|
||||
const dateFormat = new Intl.DateTimeFormat();
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue