mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
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:
parent
1943722847
commit
604ee851d6
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue