Skip to content

Commit

Permalink
fix: leftsidebar graph dropdown menu width
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad3r committed Jul 8, 2023
1 parent 2147d21 commit 8d25efe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ span.warning {

/* Nord Theme */
:root {
--bg-color-2: hsl(221, 28%, 31%);
--bg-black: hsl(220, 28%, 18%);
--bg-white: hsl(218, 3%, 96%);
--bg-grey-50: hsl(216, 17%, 52%);
Expand Down Expand Up @@ -2424,5 +2425,22 @@ body
> div
> div.input-wrap
> input {
background-color: hsl(var(--ls-primary-background-color), 0.25);
}

.title .page-icon {
margin-right: 0.5em;
}

.menu-links-outer, .menu-links-wrapper, .dropdown-wrapper {
background-color: var(--ls-primary-background-color) !important;
}
.cp__sidebar-left-layout a {
background-color: var(--ls-primary-background-color);
}

/* fix leftsidebar graph dropdown menu width */
.left-sidebar-inner .dropdown-wrapper {
margin-top: 1px;
min-width: 214px;
}

0 comments on commit 8d25efe

Please sign in to comment.