From 4a83c22261e4e35de7366c9b815ef72d3555e5d9 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 22 Dec 2019 03:43:25 +0000 Subject: Fix css and template issues --- templates/notification.tmpl | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'templates/notification.tmpl') diff --git a/templates/notification.tmpl b/templates/notification.tmpl index 271597b..e46ce8a 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -6,9 +6,11 @@
{{if eq .Type "follow"}}
- - profile-avatar - +
+ + profile-avatar + +
{{EmojiFilter .Account.DisplayName .Account.Emojis}} @@ -26,9 +28,11 @@ {{else if eq .Type "reblog"}}
- - profile-avatar - +
+ + profile-avatar + +
{{EmojiFilter .Account.DisplayName .Account.Emojis}} @@ -41,9 +45,11 @@ {{else if eq .Type "favourite"}}
- - profile-avatar - +
+ + profile-avatar + +
{{EmojiFilter .Account.DisplayName .Account.Emojis}} -- cgit v1.2.3