From 83205b8c0e317d63c9cef86ede6a84a69021f4e2 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Thu, 13 Apr 2017 16:17:57 +0300 Subject: Make sidepanel scroll independently from timeline, allows for seeing notifications and posting new statuses even when scrolled deep down. --- src/components/notifications/notifications.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/notifications') diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 9bc2a5ec..c7c650a9 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -1,6 +1,8 @@ @import '../../_variables.scss'; .notifications { + // a bit of a hack to allow scrolling below notifications + padding-bottom: 15em; .panel-heading { // force the text to stay centered, while keeping -- cgit v1.2.3-70-g09d2 From 6d7fcb057d7578ed33c556641a4ff25c6be74d4e Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Fri, 14 Apr 2017 22:08:08 +0200 Subject: Add missing route-link end tags. --- src/components/notifications/notifications.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/notifications') diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 661d842c..a326e9cd 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -14,11 +14,11 @@
-

{{ notification.action.user.name }}
favorited your status

+

{{ notification.action.user.name }}
favorited your status

{{ notification.status.text }}

-

{{ notification.action.user.name }}
repeated your status

+

{{ notification.action.user.name }}
repeated your status

{{ notification.status.text }}

-- cgit v1.2.3-70-g09d2