From dbf2f1621e1bc9d790aa62b88fb7abed6a9acc6f Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Sun, 20 Aug 2017 16:53:48 +0300 Subject: [PATCH] Adjust the clickable area of notif avatar to not contain everything below it, adjust the status avatar to not have ghost border on top/right --- src/components/notifications/notifications.vue | 8 +++++--- src/components/status/status.vue | 11 +++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index c9113bc4..2ad7c488 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -8,9 +8,11 @@
- - - +
+ + + +

diff --git a/src/components/status/status.vue b/src/components/status/status.vue index e582a80d..f8be00f5 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -194,12 +194,11 @@ } .media-left { - img { - margin-top: 0.2em; - float: right; - margin-right: 0.3em; - border-radius: 5px; - } + margin: 0.2em 0.3em 0 0; + img { + float: right; + border-radius: 5px; + } } .retweet-info {