-
-
Notifications
You must be signed in to change notification settings - Fork 195
fix(bsky): highlighted notifications #1732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, works and is fine besides the version thing uncenter mentioned c:
(also, quick note to userstyles maintainers: once that issue is sorted, feel free to merge this right away as i likely won't be there at all until the end of next week, as i'll be busy with my school finals ^^)
as of recently bsky started using

<a>
for notifications, which broke the currently used selectors<div>
is still used for some notifications (e.g. replies), so i kept that as well.