fix: Show older releases button width on mobile (#125)

pull/26459/head^2
Nicolás Quiroz 2 years ago committed by GitHub
parent 2ae5698622
commit 0bddab847d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/downloads.tsx

@ -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…
Cancel
Save