From ea57234e1603c1c0231f39da6fc5d3685e4c2604 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Wed, 30 Jun 2021 23:10:51 +0800 Subject: [PATCH] fix: cleanup --- custom.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/custom.css b/custom.css index 0e6a412..bb27298 100644 --- a/custom.css +++ b/custom.css @@ -190,8 +190,6 @@ a.title h1.title { .cp__header, .cp__right-sidebar-topbar { - backdrop-filter: var(--ct-topbar-backdrop); - -webkit-backdrop-filter: var(--ct-topbar-backdrop); height: var(--ct-header-height); } @@ -208,11 +206,6 @@ a.title h1.title { content: ""; } -.cp__header, -.cp__right-sidebar-topbar { - height: var(--ct-header-height); -} - .cp__header #search-field { height: 28px; font-size: 12px; @@ -887,6 +880,7 @@ progress::-webkit-progress-value { .cp__right-sidebar-topbar, .sidebar-item.content > div > div:first-of-type { backdrop-filter: blur(20px); + background-color: transparent; } }