fix(core): 🐛 add missing styles for user menu

Seems to be broken by the citizen-menu styles refactor.
This fix is temporary since the user menu will be refactored soon.
This commit is contained in:
alistair3149 2024-05-09 15:54:50 -04:00
parent 1943722847
commit 604ee851d6
No known key found for this signature in database

View file

@ -8,13 +8,14 @@
}
&__header {
padding: var( --space-md ) 0;
margin-bottom: var( --space-xs );
border-bottom: 1px solid var( --border-color-base );
}
}
#p-user-info {
padding: var( --space-md );
> ul > li {
margin-right: var( --space-md );
margin-left: var( --space-md );
@ -40,6 +41,8 @@
display: flex;
flex-wrap: wrap;
gap: var( --space-xxs );
margin: 0;
list-style: none;
}
a {