tangled
alpha
login
or
join now
margin.at
/
margin
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
81
fork
atom
overview
issues
3
pulls
1
pipelines
fix escaping badge in notifications
scanash.com
1 month ago
ed86ad91
9cf7b2d2
+1
-1
1 changed file
expand all
collapse all
unified
split
web
src
pages
Notifications.jsx
+1
-1
web/src/pages/Notifications.jsx
···
169
169
>
170
170
<div
171
171
className="notification-avatar-container"
172
172
-
style={{ marginRight: 12 }}
172
172
+
style={{ marginRight: 12, position: "relative" }}
173
173
>
174
174
{n.actor?.avatar ? (
175
175
<img