From 4a0f2c9a67f9d2065c84ba1cc76955708f6d982b Mon Sep 17 00:00:00 2001
From: Ren Amamiya <123083837+reyamir@users.noreply.github.com>
Date: Sun, 13 Aug 2023 09:07:59 +0700
Subject: [PATCH] fix z-index issue
---
src/shared/notes/kinds/kind1.tsx | 4 ++--
src/shared/notes/kinds/kind1063.tsx | 4 ++--
src/shared/notes/kinds/repost.tsx | 6 +++---
src/shared/notes/kinds/sub.tsx | 4 ++--
src/shared/notes/kinds/thread.tsx | 4 ++--
src/shared/notes/kinds/unsupport.tsx | 4 ++--
src/shared/notes/users/repost.tsx | 2 +-
7 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/shared/notes/kinds/kind1.tsx b/src/shared/notes/kinds/kind1.tsx
index 262c9633..2e11beba 100644
--- a/src/shared/notes/kinds/kind1.tsx
+++ b/src/shared/notes/kinds/kind1.tsx
@@ -20,9 +20,9 @@ export function NoteKind_1({
-
+
-
+
diff --git a/src/shared/notes/kinds/kind1063.tsx b/src/shared/notes/kinds/kind1063.tsx
index c5e5f0e4..8136bdeb 100644
--- a/src/shared/notes/kinds/kind1063.tsx
+++ b/src/shared/notes/kinds/kind1063.tsx
@@ -16,9 +16,9 @@ export function NoteKind_1063({ event }: { event: LumeEvent }) {
-
+
-
+
{isImage(url) && (
-
+
-
+
-
+
diff --git a/src/shared/notes/kinds/sub.tsx b/src/shared/notes/kinds/sub.tsx
index 7e6640f0..82f3c707 100644
--- a/src/shared/notes/kinds/sub.tsx
+++ b/src/shared/notes/kinds/sub.tsx
@@ -27,9 +27,9 @@ export function SubNote({ id, root }: { id: string; root?: string }) {
-
+
-
+
diff --git a/src/shared/notes/kinds/thread.tsx b/src/shared/notes/kinds/thread.tsx
index a54c4dce..ed291028 100644
--- a/src/shared/notes/kinds/thread.tsx
+++ b/src/shared/notes/kinds/thread.tsx
@@ -24,9 +24,9 @@ export function NoteThread({
{reply && }
-
+
-
+
diff --git a/src/shared/notes/kinds/unsupport.tsx b/src/shared/notes/kinds/unsupport.tsx
index dec236ae..2fa297a0 100644
--- a/src/shared/notes/kinds/unsupport.tsx
+++ b/src/shared/notes/kinds/unsupport.tsx
@@ -9,9 +9,9 @@ export function NoteKindUnsupport({ event }: { event: LumeEvent }) {
-
+
-
+
diff --git a/src/shared/notes/users/repost.tsx b/src/shared/notes/users/repost.tsx
index 144d672c..99aa6f73 100644
--- a/src/shared/notes/users/repost.tsx
+++ b/src/shared/notes/users/repost.tsx
@@ -18,7 +18,7 @@ export function RepostUser({ pubkey }: { pubkey: string }) {
src={user?.picture || user?.image || DEFAULT_AVATAR}
fallback={DEFAULT_AVATAR}
alt={pubkey}
- className="relative z-20 inline-block h-6 w-6 rounded bg-white ring-1 ring-zinc-800"
+ className="relative z-20 inline-block h-6 w-6 rounded bg-white ring-1 ring-black"
/>