From bc0f33df95686d4bfa1bbbf2665a6c68b4db5711 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 10 Jan 2022 16:53:12 -0500 Subject: [PATCH 1/2] chore: update renovate range strategy... ... to pin dependencies, and not use a range @barisusakli @pitaj @oplik0 --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index e880233256..e3519c36ef 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "extends": [ "config:base" ], + "rangeStrategy": "pin", "labels": ["dependencies"], "packageRules": [ { From 37a71291afac33786e9498eb9c03475e5e190c8e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 10 Jan 2022 17:33:25 -0500 Subject: [PATCH 2/2] fix: icon alignment issue that was also bugging me :shipit: --- public/less/admin/header.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/less/admin/header.less b/public/less/admin/header.less index 585ac2fe37..7b670ef39e 100644 --- a/public/less/admin/header.less +++ b/public/less/admin/header.less @@ -23,6 +23,10 @@ flex-direction: row-reverse; margin: 0; + li { + align-self: end; + } + > * { margin-right: 20px; } @@ -88,6 +92,10 @@ } } + #main-menu li { + padding-bottom: 10px; + } + > ul { list-style-type: none; padding: 0px; @@ -98,7 +106,6 @@ > li { float: left; margin-right: 30px; - padding-bottom: 10px; border-bottom: 4px solid transparent; transition: border-color 150ms linear;