File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
components/actions/refetch Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function Refetch(props: Props) {
17
17
return (
18
18
< Button
19
19
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 ${
21
21
show ? "translate-y-0 opacity-100" : "translate-y-36 opacity-0"
22
22
} transition-all ease-in-out duration-500`}
23
23
>
Original file line number Diff line number Diff line change 1
- import {
2
- AppBskyFeedDefs ,
1
+ import {
3
2
BskyAgent ,
4
3
BskyFeedViewPreference ,
5
4
BskyLabelPreference ,
You can’t perform that action at this time.
0 commit comments