Skip to content

Commit

Permalink
fix: update custom.css manually
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 6, 2021
1 parent 39b69a6 commit 5e6f0d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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) {
Expand Down

0 comments on commit 5e6f0d6

Please sign in to comment.