From 574d377b0a1e94389d2faf014c553fb7c61d4298 Mon Sep 17 00:00:00 2001 From: Chris Kalmar Date: Sat, 26 Aug 2023 19:05:11 +0200 Subject: [PATCH] use css to fix it --- lostpixel.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lostpixel.config.js b/lostpixel.config.js index 3dfde26b1e..51ad955ded 100644 --- a/lostpixel.config.js +++ b/lostpixel.config.js @@ -29,7 +29,13 @@ module.exports = { /* hide cookie banner */ #onetrust-consent-sdk { display: none; - }`, + } + + /* reset menu item alignment */ + #sidebar-holder li a { + vertical-align: baseline; + } + `, }) }, }