Skip to content

Commit

Permalink
feat(core): ✨ tweak personal menu spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 2, 2024
1 parent 642664e commit 205cee2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions resources/skins.citizen.styles/components/Usermenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,12 @@
}

&__header {
margin-bottom: var( --space-xs );
padding: var( --space-md ) 0;
border-bottom: 1px solid var( --border-color-base );
}
}

.mw-portlet {
&-personal-header {
padding: 0.75rem 0 0.5rem;
border-bottom: 1px solid var( --border-color-base );

li {
margin: 0 0.75rem;
}
}
}

#p-user-info {
> ul > li {
margin-right: var( --space-md );
Expand Down

0 comments on commit 205cee2

Please sign in to comment.