Skip to content

Commit

Permalink
feat: added user menu
Browse files Browse the repository at this point in the history
  • Loading branch information
flobarreto committed Sep 15, 2023
1 parent c874784 commit da9f018
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"cssnano": "^6.0.1",
"dayjs-precise-range": "^1.0.1",
"dcl-catalyst-client": "^21.5.0",
"decentraland-gatsby": "^5.86.2",
"decentraland-gatsby": "^5.86.3",
"decentraland-ui": "^4.1.0",
"discord.js": "^14.7.1",
"dompurify": "^2.3.3",
Expand Down
7 changes: 5 additions & 2 deletions src/components/Layout/Layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@

.WiderNavbar.dcl.navbar .ui.container {
width: unset !important;
max-width: 1391px !important;
}

.ui.container.WiderFooter {
width: unset !important;
max-width: 1440px !important;
}

@media (min-width: 768px) {
Expand All @@ -26,3 +24,8 @@
padding: 0 24px !important;
}
}

.dcl.navbar .ui.container,
.Navigation .dcl.tabs .ui.container {
width: calc(100% - 48px);
}
6 changes: 3 additions & 3 deletions src/components/Layout/Navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
}

.dcl.navbar-account .ui.button.inverted {
color: white;
background-color: var(--primary);
border: none;
color: black;
border: 1px solid black;
border-radius: 6px;
}

@media (min-width: 768px) {
Expand Down

0 comments on commit da9f018

Please sign in to comment.