client: post page responsiveness improvements
This commit is contained in:
parent
eae627807b
commit
e3e9d993f2
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ const PostPage = ({ post }: Props) => {
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
</span>
|
</span>
|
||||||
<span className={styles.buttons}>
|
<span className={styles.buttons}>
|
||||||
<ButtonGroup vertical={true}>
|
<ButtonGroup vertical={isMobile || !!post.expiresAt}>
|
||||||
<Button auto onClick={download} icon={<Archive />}>
|
<Button auto onClick={download} icon={<Archive />}>
|
||||||
Download as ZIP archive
|
Download as ZIP archive
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue