Skip to content

Commit

Permalink
Menu refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzimon committed May 7, 2024
1 parent 07a43fd commit 2c8690a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ghost/admin/app/styles/layouts/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

.gh-nav-menu-icon {
flex-shrink: 0;
margin-right: 12px;
margin-right: 10px;
width: 32px;
height: 32px;
background-color: transparent;
Expand Down Expand Up @@ -436,7 +436,7 @@

/* Icons */
.gh-nav-list svg {
margin-right: 11px;
margin-right: 17px;
width: 16px;
height: 16px;
/* fill: var(--midgrey); */
Expand Down Expand Up @@ -615,7 +615,7 @@

.gh-nav-view-list a {
position: relative;
padding-left: calc(var(--mainmenu-padding) + 34px);
padding-left: calc(var(--mainmenu-padding) + 40px);
}

.gh-nav-viewname {
Expand Down

0 comments on commit 2c8690a

Please sign in to comment.