Skip to content

Commit

Permalink
Optimize the layout of network dropdown menu, #4920
Browse files Browse the repository at this point in the history
  • Loading branch information
leocs2417 committed Oct 23, 2024
1 parent a794d3b commit 83393f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const GroupName = styled(Flex)`

const GroupOptions = styled.div`
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
@media screen and (max-width: 768px) {
grid-template-columns: 1fr;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/next-common/components/header/networkOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Options = styled(NeutralPanel)`
gap: 8px;
padding: 8px;
flex-direction: column;
width: 384px;
width: 560px;
box-shadow: var(--shadow200);
@media screen and (max-width: 768px) {
width: 100% !important;
Expand Down

0 comments on commit 83393f6

Please sign in to comment.