Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 30, 2021
1 parent e670460 commit ea57234
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand All @@ -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;
Expand Down Expand Up @@ -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;
}
}

Expand Down

0 comments on commit ea57234

Please sign in to comment.