diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/notification.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/notification.tmpl b/templates/notification.tmpl index 61353f5..567bcf0 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -17,7 +17,7 @@ </div> {{range .Notifications}} -<div class="status-container-container {{if .Pleroma}}{{if not .Pleroma.IsSeen}}unread{{end}}{{end}}"> +<div class="notification-container {{.Type}} {{if .Pleroma}}{{if not .Pleroma.IsSeen}}unread{{end}}{{end}}"> {{if eq .Type "follow"}} <div class="notification-follow-container"> <div class="status-profile-img-container"> |