From 435fa730b6ae486b63040a9eb4b885d71ebdf2de Mon Sep 17 00:00:00 2001 From: Vikas Nale Date: Tue, 10 Jun 2025 13:45:30 +0530 Subject: [PATCH] conmatic changes in avatar header menu drop down - add link for settings - remove billing --- public/assets/css/default.css | 10 ++++++++-- src/components/Layout/Header.jsx | 12 +++++++----- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/public/assets/css/default.css b/public/assets/css/default.css index 919d49dc..a0024e3d 100644 --- a/public/assets/css/default.css +++ b/public/assets/css/default.css @@ -190,6 +190,12 @@ padding-left: 50px; } */ -.small-text{ +.small-text { font-size: 12px; -} \ No newline at end of file +} + +.layout-wrapper:not(.layout-horizontal) + .layout-navbar + .dropdown-menu[data-bs-popper] { + inset-block-start: 100%; +} diff --git a/src/components/Layout/Header.jsx b/src/components/Layout/Header.jsx index 1be86841..2444e574 100644 --- a/src/components/Layout/Header.jsx +++ b/src/components/Layout/Header.jsx @@ -602,7 +602,7 @@ const Header = () => { My Profile -
  • +
  • { Settings
  • -
  • + {/*
  • { -
  • -
  • {/* Use the function from the context */} +
  • */} +
  • + {" "} + {/* Use the function from the context */} { ); }; -export default Header; \ No newline at end of file +export default Header;