From 604ee851d699fe82b3c086a5ebaa79343a9136b9 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Thu, 9 May 2024 15:54:50 -0400 Subject: [PATCH] =?UTF-8?q?fix(core):=20=F0=9F=90=9B=20add=20missing=20sty?= =?UTF-8?q?les=20for=20user=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seems to be broken by the citizen-menu styles refactor. This fix is temporary since the user menu will be refactored soon. --- resources/skins.citizen.styles/components/Usermenu.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/skins.citizen.styles/components/Usermenu.less b/resources/skins.citizen.styles/components/Usermenu.less index 23e612100..4e7778ff3 100644 --- a/resources/skins.citizen.styles/components/Usermenu.less +++ b/resources/skins.citizen.styles/components/Usermenu.less @@ -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 {