Skip to content

Commit

Permalink
add separator and reduce space (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
luorlandini authored Jul 8, 2021
1 parent 6d44e4b commit 724f140
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,9 @@
}
]
},
{
"type": "divider"
},
{
"labelId": "gnhome.maps",
"type": "dropdown",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,18 @@
align-items: center;
vertical-align: middle;
}

> li + li {
margin-left: 0.4rem;
margin-left: 0.1rem;
}
}
.gn-action-navbar-content-left {
display: flex;
flex: 1;
flex-direction: row;
.gn-menu-index-divider {
width: 1px;
height: 1.2rem;
}
}

.gn-action-navbar-content-right {
Expand Down

0 comments on commit 724f140

Please sign in to comment.