client: post page responsiveness improvements

This commit is contained in:
Max Leiter 2022-03-31 18:32:56 -07:00
parent eae627807b
commit e3e9d993f2
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A3512F2F2F17EBDA

View file

@ -98,7 +98,7 @@ const PostPage = ({ post }: Props) => {
</ButtonGroup>
</span>
<span className={styles.buttons}>
<ButtonGroup vertical={true}>
<ButtonGroup vertical={isMobile || !!post.expiresAt}>
<Button auto onClick={download} icon={<Archive />}>
Download as ZIP archive
</Button>