From 7c64872b665772804f354f0247288f9ab2d598f4 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Wed, 15 May 2024 01:13:02 -0400 Subject: [PATCH] =?UTF-8?q?feat(core):=20=E2=9C=A8=20tweak=20user=20info?= =?UTF-8?q?=20styles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../skins.citizen.styles/components/UserInfo.less | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/resources/skins.citizen.styles/components/UserInfo.less b/resources/skins.citizen.styles/components/UserInfo.less index a89e2226..045e3fab 100644 --- a/resources/skins.citizen.styles/components/UserInfo.less +++ b/resources/skins.citizen.styles/components/UserInfo.less @@ -7,15 +7,11 @@ font-weight: var( --font-weight-medium ); } - &title > div, - #pt-tmpuserpage-2 > span { - padding-top: var( --space-xs ); - padding-bottom: var( --space-xs ); - } - - &-title, + &-title > div, #pt-userpage-2 > a, #pt-tmpuserpage-2 > span { + padding-top: var( --space-xxs ); + padding-bottom: var( --space-xxs ); font-size: var( --font-size-medium ); color: var( --color-base--emphasized ); }