Skip to content

Commit 498be44

Browse files
committed
Merge branch 'preview'
2 parents 6449c9a + 1892dd2 commit 498be44

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/actions/refetch/Refetch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Refetch(props: Props) {
1717
return (
1818
<Button
1919
onClick={debouncedRefetch}
20-
className={`z-40 p-3 rounded-full fixed bottom-24 md:bottom-8 ml-3 border-2 border-neutral-300 bg-white hover:bg-neutral-50 hover:-rotate-180 ${
20+
className={`z-40 p-3 rounded-full fixed bottom-24 md:bottom-8 ml-3 md:ml-[0.80rem] border border-neutral-300 bg-white hover:bg-neutral-50 hover:-rotate-180 ${
2121
show ? "translate-y-0 opacity-100" : "translate-y-36 opacity-0"
2222
} transition-all ease-in-out duration-500`}
2323
>

src/lib/api/bsky/actor/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import {
2-
AppBskyFeedDefs,
1+
import {
32
BskyAgent,
43
BskyFeedViewPreference,
54
BskyLabelPreference,

0 commit comments

Comments
 (0)