From e46a6d55d69560e575c70884fca29f350c99a1e4 Mon Sep 17 00:00:00 2001 From: kaname-png Date: Sun, 8 May 2022 19:59:20 -0600 Subject: [PATCH] chore: minor ui fixes for mybots page --- src/context/revoltjs/FileUploads.tsx | 3 +++ src/pages/settings/panes/MyBots.tsx | 1 + 2 files changed, 4 insertions(+) diff --git a/src/context/revoltjs/FileUploads.tsx b/src/context/revoltjs/FileUploads.tsx index 5fef3e12..ee8291c5 100644 --- a/src/context/revoltjs/FileUploads.tsx +++ b/src/context/revoltjs/FileUploads.tsx @@ -244,6 +244,9 @@ export function FileUploader(props: Props) { [styles.icon]: style === "icon", [styles.banner]: style === "banner", })} + style={{ + alignItems: props.style === "icon" ? "center" : "none", + }} data-uploading={uploading}>
) : (