Skip to content

Commit

Permalink
🐛 fix(extranetworks): card mode display
Browse files Browse the repository at this point in the history
  • Loading branch information
倏昱 committed May 19, 2023
1 parent 0ae9119 commit 1b3376e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/index.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/components/ExtraNetworkSidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ const SidebarView = styled.div<{ size: number }>`
display: block !important;
}
.extra-network-cards .actions .name {
background: unset !important;
}
.extra-network-cards,
.extra-network-thumbs {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(${({ size }) => size}px, 1fr));
Expand Down

0 comments on commit 1b3376e

Please sign in to comment.