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
width: 100%;
149
}
150
.layout {
0
151
overflow-y: scroll;
152
display: flex;
153
place-content: center;
154
}
155
.main {
156
-
height: 999px;
157
width: 602px;
158
}
159
dialog::backdrop {
···
148
width: 100%;
149
}
150
.layout {
151
+
height: 100%;
152
overflow-y: scroll;
153
display: flex;
154
place-content: center;
155
}
156
.main {
0
157
width: 602px;
158
}
159
dialog::backdrop {
+1
-1
src/routes/feed/[[aturl]]/+layout.svelte
···
3
let { children, data } = $props();
4
</script>
5
6
-
<div class="flex overflow-x-auto">
7
{#each data.items as feedItem}
8
{#if feedItem.pinned}
9
{#if feedItem.type === "timeline" && feedItem.value === "following"}
···
3
let { children, data } = $props();
4
</script>
5
6
+
<div class="flex overflow-x-auto sticky top-0 z-10 bg-white">
7
{#each data.items as feedItem}
8
{#if feedItem.pinned}
9
{#if feedItem.type === "timeline" && feedItem.value === "following"}