forked from abner/for-legacy-web
chore: minor ui fixes for mybots page
This commit is contained in:
@@ -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}>
|
||||
<div
|
||||
className={classNames(
|
||||
|
||||
Reference in New Issue
Block a user