aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-10-19 17:49:02 +0200
committerdefault <nobody@localhost>2024-10-19 17:49:02 +0200
commite1df0d0d57c61df222a3d8d2eb02e82578b6fb3f (patch)
tree9d4a88624d100fe0cbc5648d632717ffa1aed234 /html.c
parentc30036f8c3d145a9fa16db42029675e22f09e687 (diff)
Tweaked HTML for the notifications page.
Diffstat (limited to 'html.c')
-rw-r--r--html.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/html.c b/html.c
index cd7fb71..11a600a 100644
--- a/html.c
+++ b/html.c
@@ -2662,7 +2662,9 @@ xs_str *html_notifications(snac *user, int skip, int show)
xs_html_text(L("New"))));
xs_html_add(body,
- noti_new);
+ xs_html_tag("div",
+ xs_html_attr("class", "snac-posts"),
+ noti_new));
}
xs_html_add(noti_new,
@@ -2677,7 +2679,9 @@ xs_str *html_notifications(snac *user, int skip, int show)
xs_html_text(L("Already seen"))));
xs_html_add(body,
- noti_seen);
+ xs_html_tag("div",
+ xs_html_attr("class", "snac-posts"),
+ noti_seen));
}
xs_html_add(noti_seen,