From 8b775f94a99b4cdda2c8581d1803a0599c8b0e3a Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Tue, 24 Nov 2020 14:52:01 +0200 Subject: more fixes, add fullwidth --- src/components/popover/popover.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/components/popover/popover.vue') diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue index 9b8680e5..3868ec96 100644 --- a/src/components/popover/popover.vue +++ b/src/components/popover/popover.vue @@ -3,12 +3,13 @@ @mouseenter="onMouseenter" @mouseleave="onMouseleave" > -
-
+
Date: Tue, 24 Nov 2020 21:35:14 +0200 Subject: fix too big hide button, fix weird 28px hack --- src/components/attachment/attachment.vue | 4 ++-- src/components/popover/popover.vue | 6 +++++- src/components/timeline_menu/timeline_menu.vue | 1 - 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'src/components/popover/popover.vue') diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index b072b170..2c1c1682 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -44,7 +44,7 @@ @@ -217,8 +207,9 @@ @click.prevent="toggleMute" > diff --git a/src/i18n/en.json b/src/i18n/en.json index ef23efd6..64425259 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -661,6 +661,7 @@ "unmute_conversation": "Unmute conversation", "status_unavailable": "Status unavailable", "copy_link": "Copy link to status", + "external_source": "External source", "thread_muted": "Thread muted", "thread_muted_and_words": ", has words:", "show_full_subject": "Show full subject", @@ -668,7 +669,8 @@ "show_content": "Show content", "hide_content": "Hide content", "status_deleted": "This post was deleted", - "nsfw": "NSFW" + "nsfw": "NSFW", + "expand": "Expand" }, "user_card": { "approve": "Approve", -- cgit v1.2.3-70-g09d2