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 @@