From 97e4742453ebec6d6fe20408ed864db91de6240c Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Sun, 20 Nov 2022 19:26:07 -0800 Subject: [PATCH] bump next, use custom tabs on /home --- .../(posts)/components/tabs/tabs.module.css | 1 + .../(posts)/new/components/title/index.tsx | 2 +- client/app/components/home.tsx | 39 ++---- client/app/head.tsx | 5 + client/app/styles/markdown.css | 5 - client/package.json | 4 +- client/pnpm-lock.yaml | 114 +++++++++--------- 7 files changed, 74 insertions(+), 96 deletions(-) create mode 100644 client/app/head.tsx diff --git a/client/app/(posts)/components/tabs/tabs.module.css b/client/app/(posts)/components/tabs/tabs.module.css index 5efb7ed5..7fe4489e 100644 --- a/client/app/(posts)/components/tabs/tabs.module.css +++ b/client/app/(posts)/components/tabs/tabs.module.css @@ -21,6 +21,7 @@ user-select: none; cursor: pointer; transition: color 0.1s ease; + margin-bottom: var(--gap-half); } .trigger:hover { diff --git a/client/app/(posts)/new/components/title/index.tsx b/client/app/(posts)/new/components/title/index.tsx index c74bf193..df839532 100644 --- a/client/app/(posts)/new/components/title/index.tsx +++ b/client/app/(posts)/new/components/title/index.tsx @@ -26,7 +26,7 @@ const Title = ({ onChange, title }: props) => {

Drift

{introTitle} - - - {/* */} -
-