Skip to content

Commit

Permalink
Merge branch 'develop' into proposals-ui-update
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolalombardim committed May 17, 2023
2 parents 57ad53c + ab3ee59 commit 24b90ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/img/full-dao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/assets/img/lite-dao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/modules/explorer/components/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ const PageItem = styled(Grid)(({ theme, isSelected }: { theme: Theme; isSelected

"& > a > * > * > *": {
transition: ".15s ease-out"
},
[theme.breakpoints.down("sm")]: {
width: "45px"
}
}))

Expand Down

0 comments on commit 24b90ad

Please sign in to comment.