mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 09:41:32 +02:00
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:
@@ -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>
|
||||
|
||||
@@ -52,7 +52,7 @@ const KIND20Card: React.FC<KIND20CardProps> = ({
|
||||
return (
|
||||
<>
|
||||
|
||||
<div key={event.id} className="py-6">
|
||||
<div key={event.id}>
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle>
|
||||
|
||||
Reference in New Issue
Block a user