tangled
alpha
login
or
join now
ansxor.ca
/
dashsky
0
fork
atom
bluesky client without react native baggage written in sveltekit
0
fork
atom
overview
issues
pulls
pipelines
failed sticky feed items attempt
ansxor.ca
1 week ago
1118ce34
530548de
+2
-2
2 changed files
expand all
collapse all
unified
split
src
routes
+layout.svelte
feed
[[aturl]]
+layout.svelte
+1
-1
src/routes/+layout.svelte
···
148
148
width: 100%;
149
149
}
150
150
.layout {
151
151
+
height: 100%;
151
152
overflow-y: scroll;
152
153
display: flex;
153
154
place-content: center;
154
155
}
155
156
.main {
156
156
-
height: 999px;
157
157
width: 602px;
158
158
}
159
159
dialog::backdrop {
+1
-1
src/routes/feed/[[aturl]]/+layout.svelte
···
3
3
let { children, data } = $props();
4
4
</script>
5
5
6
6
-
<div class="flex overflow-x-auto">
6
6
+
<div class="flex overflow-x-auto sticky top-0 z-10 bg-white">
7
7
{#each data.items as feedItem}
8
8
{#if feedItem.pinned}
9
9
{#if feedItem.type === "timeline" && feedItem.value === "following"}