From 5e6f0d6fca2b7a06cf973af7193aaa999d780b40 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Tue, 6 Jul 2021 10:24:44 +0800 Subject: [PATCH] fix: update custom.css manually --- custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 1bc3add..08e3e2c 100644 --- a/custom.css +++ b/custom.css @@ -26,7 +26,7 @@ --ct-heading-font-size: 25px; --ct-heading-font-weight: 700; --ct-heading-font-style: normal; - --ct-header-height: 2.4em; + --ct-header-height: 42px; --ct-topbar-backdrop: blur(20px); --ct-query-header-color: #fff; --ct-query-header-background: var(--ct-primary-color); @@ -53,6 +53,10 @@ body { --ls-font-family: Overpass, "Noto Sans SC", sans-serif; } +.cp__header.electron-mac { + height: var(--ct-header-height); +} + /* Some tweaks on making this theme a bit more compact on mobile. Mobile cap is 640px */ @media (max-width: 640px) {