From be31e35da1ff428d08add40084c13a6469b1bde3 Mon Sep 17 00:00:00 2001 From: nilesh Date: Sun, 1 Sep 2024 10:51:03 +0530 Subject: [PATCH] styling improvements --- renderer/components/timelines/Timeline.tsx | 2 +- renderer/components/timelines/status/Body.tsx | 4 ++-- renderer/components/timelines/status/Status.tsx | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/renderer/components/timelines/Timeline.tsx b/renderer/components/timelines/Timeline.tsx index b4e5bb0401..8376f18416 100644 --- a/renderer/components/timelines/Timeline.tsx +++ b/renderer/components/timelines/Timeline.tsx @@ -271,7 +271,7 @@ export default function Timeline(props: Props) { color="blue-gray" placeholder={formatMessage({ id: 'timeline.search' })} containerProps={{ className: 'h-7' }} - className="!py-1 !px-2 !text-xs placeholder:opacity-100" + className="!py-1 !px-2 !text-xs placeholder:opacity-100 text-white" /> diff --git a/renderer/components/timelines/status/Body.tsx b/renderer/components/timelines/status/Body.tsx index fcce1434a1..728ac97679 100644 --- a/renderer/components/timelines/status/Body.tsx +++ b/renderer/components/timelines/status/Body.tsx @@ -19,7 +19,7 @@ export default function Body(props: Props) { return (
+
{rebloggedHeader( props.status, formatMessage( @@ -148,19 +148,19 @@ export default function Status(props: Props) { onClick={onClick} >
-
openUser(status.account.id)}> +
openUser(status.account.id)}> - @{status.account.acct} + @{status.account.acct}
-
+
- +
{!spoilered && ( <> @@ -209,10 +209,10 @@ const rebloggedHeader = (status: Entity.Status, alt: string) => { if (status.reblog && !status.quote) { return (
-
+
-
+