From da9f01877f7bcdc0dc40999499c260496f07487d Mon Sep 17 00:00:00 2001 From: Florencia Barreto Date: Fri, 15 Sep 2023 12:41:34 -0300 Subject: [PATCH] feat: added user menu --- package-lock.json | 14 +++++++------- package.json | 2 +- src/components/Layout/Layout.css | 7 +++++-- src/components/Layout/Navigation.css | 6 +++--- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e7528c73..ab6bea964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,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", @@ -19380,9 +19380,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/decentraland-gatsby": { - "version": "5.86.2", - "resolved": "https://registry.npmjs.org/decentraland-gatsby/-/decentraland-gatsby-5.86.2.tgz", - "integrity": "sha512-cRlns98ilauPlg3rYSrNhwN7uvj3J1cu4a/9lxfWMNz+I+4YLkuFC+Xn5w2EtzRujnepnbr/ZrHTPPJrZZ0G3w==", + "version": "5.86.3", + "resolved": "https://registry.npmjs.org/decentraland-gatsby/-/decentraland-gatsby-5.86.3.tgz", + "integrity": "sha512-fWxFXH/yD+t62vHhwgsIHBrgfQ0EvvHTdB9qSN2AMDAdnNIeouFBtBYiRotkUQI5bl/BXO2xhcV4N+SsAc0Tyw==", "dependencies": { "@dcl/crypto": "^3.4.3", "@dcl/feature-flags": "^1.2.0", @@ -59475,9 +59475,9 @@ } }, "decentraland-gatsby": { - "version": "5.86.2", - "resolved": "https://registry.npmjs.org/decentraland-gatsby/-/decentraland-gatsby-5.86.2.tgz", - "integrity": "sha512-cRlns98ilauPlg3rYSrNhwN7uvj3J1cu4a/9lxfWMNz+I+4YLkuFC+Xn5w2EtzRujnepnbr/ZrHTPPJrZZ0G3w==", + "version": "5.86.3", + "resolved": "https://registry.npmjs.org/decentraland-gatsby/-/decentraland-gatsby-5.86.3.tgz", + "integrity": "sha512-fWxFXH/yD+t62vHhwgsIHBrgfQ0EvvHTdB9qSN2AMDAdnNIeouFBtBYiRotkUQI5bl/BXO2xhcV4N+SsAc0Tyw==", "requires": { "@dcl/crypto": "^3.4.3", "@dcl/feature-flags": "^1.2.0", diff --git a/package.json b/package.json index 9c090e7ca..1b279f83f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/Layout/Layout.css b/src/components/Layout/Layout.css index 82f68b95d..74cb1a734 100644 --- a/src/components/Layout/Layout.css +++ b/src/components/Layout/Layout.css @@ -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) { @@ -26,3 +24,8 @@ padding: 0 24px !important; } } + +.dcl.navbar .ui.container, +.Navigation .dcl.tabs .ui.container { + width: calc(100% - 48px); +} diff --git a/src/components/Layout/Navigation.css b/src/components/Layout/Navigation.css index b747468aa..dd51abc08 100644 --- a/src/components/Layout/Navigation.css +++ b/src/components/Layout/Navigation.css @@ -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) {