Design: Small Design Updates for NoteCard (#91)

* fix: remove unnecessary padding from NotePage and KIND20Card components

* fix: remove unnecessary class from KIND20Card component

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
This commit is contained in:
mroxso
2025-04-21 16:28:55 +02:00
committed by GitHub
parent f8ea327c66
commit 986e151948
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ export default function NotePage() {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
<div className="py-6 px-6">
<div className="px-6">
<div className="pb-6">
<NotePageComponent id={id.toString()} />
</div>

View File

@@ -52,7 +52,7 @@ const KIND20Card: React.FC<KIND20CardProps> = ({
return (
<>
<div key={event.id} className="py-6">
<div key={event.id}>
<Card>
<CardHeader>
<CardTitle>