@rmdes/indiekit-endpoint-activitypub 1.1.9 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/reader.css +2 -0
- package/package.json +1 -1
package/assets/reader.css
CHANGED
|
@@ -303,6 +303,7 @@
|
|
|
303
303
|
|
|
304
304
|
.ap-card__content .h-card a,
|
|
305
305
|
.ap-card__content a.u-url.mention {
|
|
306
|
+
display: inline;
|
|
306
307
|
color: var(--color-on-offset);
|
|
307
308
|
text-decoration: none;
|
|
308
309
|
white-space: nowrap;
|
|
@@ -321,6 +322,7 @@
|
|
|
321
322
|
|
|
322
323
|
/* Hashtag mentions — keep inline, subtle styling */
|
|
323
324
|
.ap-card__content a.mention.hashtag {
|
|
325
|
+
display: inline;
|
|
324
326
|
color: var(--color-on-offset);
|
|
325
327
|
text-decoration: none;
|
|
326
328
|
white-space: nowrap;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rmdes/indiekit-endpoint-activitypub",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"indiekit",
|