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} - - - {/* */} -
-