fix: modal bottom buttons align (#1216)
This commit is contained in:
parent
0b9c279fcc
commit
b97096dbd0
|
|
@ -361,7 +361,7 @@ const FeedInnerForm = ({
|
|||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
<div className="absolute inset-x-0 bottom-0 flex flex-1 items-end justify-end gap-4 bg-theme-background p-4">
|
||||
<div className="absolute inset-x-0 bottom-0 flex flex-1 items-center justify-end gap-4 bg-theme-background p-4">
|
||||
{isSubscribed && (
|
||||
<Button
|
||||
type="button"
|
||||
|
|
|
|||
Loading…
Reference in New Issue