From 79d4ff4b08f249ce69ed4291d937a50165ed0b86 Mon Sep 17 00:00:00 2001 From: r Date: Tue, 22 Sep 2020 04:21:39 +0000 Subject: Update CSS Now it's mostly CSS 2.1 compliant. All the images now use the height attribute to limit the size on browsers that don't support CSS. --- templates/notification.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/notification.tmpl') diff --git a/templates/notification.tmpl b/templates/notification.tmpl index 227bc57..2943847 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -19,13 +19,13 @@ {{range .Notifications}}
{{if eq .Type "follow"}} -
+
-
+
{{EmojiFilter .Account.DisplayName .Account.Emojis}} followed you @@ -45,7 +45,7 @@ {{else if eq .Type "reblog"}}
- avatar + avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} retweeted your post @@ -58,7 +58,7 @@ {{else if eq .Type "favourite"}}
- avatar + avatar {{EmojiFilter .Account.DisplayName .Account.Emojis}} liked your post -- cgit v1.2.3