diff --git a/src/plugins/invisiblechat/components/DecryptionModal.tsx b/src/plugins/invisibleChat/components/DecryptionModal.tsx similarity index 100% rename from src/plugins/invisiblechat/components/DecryptionModal.tsx rename to src/plugins/invisibleChat/components/DecryptionModal.tsx diff --git a/src/plugins/invisiblechat/components/EncryptionModal.tsx b/src/plugins/invisibleChat/components/EncryptionModal.tsx similarity index 100% rename from src/plugins/invisiblechat/components/EncryptionModal.tsx rename to src/plugins/invisibleChat/components/EncryptionModal.tsx diff --git a/src/plugins/invisiblechat/index.tsx b/src/plugins/invisibleChat/index.tsx similarity index 76% rename from src/plugins/invisiblechat/index.tsx rename to src/plugins/invisibleChat/index.tsx index 89d2d6164..e2f776957 100644 --- a/src/plugins/invisiblechat/index.tsx +++ b/src/plugins/invisibleChat/index.tsx @@ -70,32 +70,41 @@ function ChatBarIcon() { {({ onMouseEnter, onMouseLeave }) => ( // size="" = Button.Sizes.NONE - - )} - + /* + many themes set "> button" to display: none, as the gift button is + the only directly descending button (all the other elements are divs.) + Thus, wrap in a div here to avoid getting hidden by that. + flex is for some reason necessary as otherwise the button goes flying off + */ +
+ +
+ ) + } + ); }