From d5c1a6713e3a2aad1e084569f6ee6147797103b6 Mon Sep 17 00:00:00 2001 From: amay077 Date: Sat, 4 Jan 2025 17:55:20 +0900 Subject: [PATCH] #6 styling --- src/app.scss | 4 ++++ src/lib/MainContent.svelte | 28 +++++++++++++++++++++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/src/app.scss b/src/app.scss index 699856e..af1c89f 100644 --- a/src/app.scss +++ b/src/app.scss @@ -122,3 +122,7 @@ body { .disconnect_button:hover { background-color: #0056b3; } + +.h5 { + margin-bottom: 0; +} \ No newline at end of file diff --git a/src/lib/MainContent.svelte b/src/lib/MainContent.svelte index 6c147eb..0e6d2df 100644 --- a/src/lib/MainContent.svelte +++ b/src/lib/MainContent.svelte @@ -16,6 +16,7 @@ let posting = false; let text = loadMessage()?.message ?? ''; let imageDataURLs: string[] = []; +let expandedReply = false; let replyToIdForMastodon = ''; let replyToIdForBluesky = ''; let replyToIdForTwitter = ''; @@ -135,7 +136,7 @@ const onVersion = async () => {
- + Message: