Skip to content

Commit

Permalink
chore: update filters responsive layout to design convo
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Oct 29, 2024
1 parent 51a68d7 commit f48ee76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/containers/daoExplorer/daoExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const DaoExplorer = () => {
size="md"
href="/#/create"
onClick={handleWalletButtonClick}
className="w-full md:w-fit md:shrink-0"
className="shrink-0 "
>
{t('cta.create.actionLabel')}
</Button>
Expand Down Expand Up @@ -369,6 +369,5 @@ const FilterGroupContainer = styled.div.attrs({
})``;

const ButtonGroupContainer = styled.div.attrs({
className:
'flex flex-row-reverse md:flex-row gap-x-3 items-center justify-center md:w-fit w-full md:justify-between',
className: 'flex gap-x-3 w-full md:w-fit justify-between self-end',
})``;

0 comments on commit f48ee76

Please sign in to comment.