aboutsummaryrefslogtreecommitdiff
path: root/templates/notification.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-09-27 06:54:50 +0000
committerr <r@freesoftwareextremist.com>2020-09-27 06:55:14 +0000
commit0b8c41ca7c99f6ab31a3769b16c760fd028f7c2b (patch)
tree7f1a41d63bab1f81afe73501332b238e24f3115d /templates/notification.tmpl
parent8dbea3731f836d0332096adb921310fc78bf385d (diff)
downloadbloat-0b8c41ca7c99f6ab31a3769b16c760fd028f7c2b.tar.gz
bloat-0b8c41ca7c99f6ab31a3769b16c760fd028f7c2b.zip
Fix CSS issues
This re-adds some of the CSS3 properties
Diffstat (limited to 'templates/notification.tmpl')
-rw-r--r--templates/notification.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/notification.tmpl b/templates/notification.tmpl
index b138a40..6973fa5 100644
--- a/templates/notification.tmpl
+++ b/templates/notification.tmpl
@@ -19,7 +19,7 @@
{{range .Notifications}}
<div class="notification-container {{if .Pleroma}}{{if not .Pleroma.IsSeen}}unread{{end}}{{end}}">
{{if eq .Type "follow"}}
- <div>
+ <div class="notification-follow-container">
<div class="status-profile-img-container">
<a class="img-link" href="/user/{{.Account.ID}}">
<img class="status-profile-img" src="{{.Account.AvatarStatic}}" title="@{{.Account.Acct}}" alt="profile-avatar" height="48" />