From 05c8d4819da117ce12d29cb60761da4045596d21 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 11 Oct 2017 14:26:18 +0200 Subject: only show pubs notifications if discovery_tab != disabled --- view/tpl/notifications_widget.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/tpl/notifications_widget.tpl') diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 73cf24071..1c37fedff 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -26,6 +26,7 @@ } +{{if $notifications}}
+{{/if}} -- cgit v1.2.3 From 56a675f713f3e971b1c9ccb60ab818f583dfc29e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 11 Oct 2017 21:32:23 +0200 Subject: z-index issue and some icons. rename notifications-btn-1 to notifications-btn --- view/tpl/notifications_widget.tpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'view/tpl/notifications_widget.tpl') diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index 1c37fedff..6865879ad 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -17,7 +17,7 @@ width: 100%; max-width: 100%; height: 100%; - z-index: 1025; + z-index: 1029; overflow: auto; } @@ -44,10 +44,14 @@ -- cgit v1.2.3