Skip to content

Commit

Permalink
style: align nav dropdown to header (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Swierenga <mike.swierenga@konghq.com>
  • Loading branch information
davidma415 and Mierenga authored Oct 10, 2023
1 parent 5f59fec commit d2268f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/UserDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ export default defineComponent({
ul {
border: 1px solid var(--section_colors-stroke);
border-radius: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;
left: 50%;
transform: translateX(-50%);
top: 41px;
background-color: var(--section_colors-tertiary);
li {
&:last-child { border-top: 1px solid var(--section_colors-stroke); }
Expand Down

0 comments on commit d2268f4

Please sign in to comment.