fix: Show older releases button width on mobile (#125)
This commit is contained in:
parent
2ae5698622
commit
0bddab847d
|
@ -393,6 +393,7 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
|
|||
<Stack
|
||||
sx={{ mt: '0 !important' }}
|
||||
borderLeft={{ base: 'none', md: '2px solid #11866f' }}
|
||||
w={{ base: '100%', md: 'auto' }}
|
||||
>
|
||||
<Link
|
||||
as='button'
|
||||
|
@ -456,6 +457,7 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
|
|||
<Stack
|
||||
sx={{ mt: '0 !important' }}
|
||||
borderLeft={{ base: 'none', md: '2px solid #11866f' }}
|
||||
w={{ base: '100%', md: 'auto' }}
|
||||
>
|
||||
<Link as='button' variant='button-link-secondary' onClick={showMoreDevBuilds}>
|
||||
<Text
|
||||
|
|
Loading…
Reference in New Issue