mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-07 10:27:31 +00:00
fix: Show older releases button width on mobile (#125)
This commit is contained in:
parent
2ae5698622
commit
0bddab847d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue