+
+
{startStationName}
{destStationName}
-
diff --git a/src/components/Twitter.svelte b/src/components/Twitter.svelte
index a5e9ae8..5edcc0b 100644
--- a/src/components/Twitter.svelte
+++ b/src/components/Twitter.svelte
@@ -32,24 +32,25 @@
.avatar {
max-width: 48px;
max-height: 48px;
+ object-fit: scale-down;
border-radius: 0.1rem;
}
{#if tweet}
-
-
+
+
{#if inReply}
-
+
Replying to @{tweet.in_reply_to_screen_name}
{/if}
@@ -59,6 +60,6 @@
{tweet.created_at}
-
+
{/if}
diff --git a/src/components/TwitterSettings.svelte b/src/components/TwitterSettings.svelte
index af86543..3fc11e8 100644
--- a/src/components/TwitterSettings.svelte
+++ b/src/components/TwitterSettings.svelte
@@ -30,7 +30,7 @@
Twitter
{#if mounted}
-
+