mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
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.icon]: style === "icon",
|
||||||
[styles.banner]: style === "banner",
|
[styles.banner]: style === "banner",
|
||||||
})}
|
})}
|
||||||
|
style={{
|
||||||
|
alignItems: props.style === "icon" ? "center" : "none",
|
||||||
|
}}
|
||||||
data-uploading={uploading}>
|
data-uploading={uploading}>
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
|
|||||||
@@ -296,6 +296,7 @@ function BotCard({ bot, onDelete, onUpdate }: Props) {
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<InputBox
|
<InputBox
|
||||||
|
style={{ width: "100%" }}
|
||||||
ref={setUsernameRef}
|
ref={setUsernameRef}
|
||||||
value={data.username}
|
value={data.username}
|
||||||
disabled={saving}
|
disabled={saving}
|
||||||
|
|||||||
Reference in New Issue
Block a user