tangled
alpha
login
or
join now
mary.my.id
/
bluesky-embed
9
fork
atom
custom element for embedding Bluesky posts and feeds
mary-ext.github.io/bluesky-embed
typescript
npm
bluesky
atcute
9
fork
atom
overview
issues
pulls
pipelines
chore: fmt
mary.my.id
11 months ago
70181925
2d1a83c3
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+6
-6
3 changed files
expand all
collapse all
unified
split
themes
dark.css
dim.css
light.css
+2
-2
themes/dark.css
···
1
1
.bluesky-embed {
2
2
--font-size: 16px;
3
3
-
--font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji',
4
4
-
'Segoe UI Emoji';
3
3
+
--font-family:
4
4
+
system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
5
5
--max-feed-height: 600px;
6
6
}
7
7
+2
-2
themes/dim.css
···
1
1
.bluesky-embed {
2
2
--font-size: 16px;
3
3
-
--font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji',
4
4
-
'Segoe UI Emoji';
3
3
+
--font-family:
4
4
+
system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
5
5
--max-feed-height: 600px;
6
6
}
7
7
+2
-2
themes/light.css
···
1
1
.bluesky-embed {
2
2
--font-size: 16px;
3
3
-
--font-family: system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji',
4
4
-
'Segoe UI Emoji';
3
3
+
--font-family:
4
4
+
system-ui, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
5
5
--max-feed-height: 600px;
6
6
}
7
7