Commit 1494b86 1 parent fa298b4 commit 1494b86 Copy full SHA for 1494b86
File tree 2 files changed +3
-3
lines changed
routes/Bookmark/components
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const LoaderFallback = () => {
4
4
return (
5
5
< LoadingOverlay
6
6
className = "h-screen"
7
- loaderProps = { { size : "sm" , variant : "bars" } }
7
+ loaderProps = { { size : 27 , variant : "bars" } }
8
8
visible = { true }
9
9
overlayOpacity = { 1 }
10
10
/>
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ const BookmarkView = () => {
103
103
< Flex
104
104
align = "center"
105
105
gap = "sm"
106
- className = "sticky lg:top-[100px] md:top-[100px] top-[62px ] z-[1] bg-white pb-3"
106
+ className = "sticky lg:top-[100px] md:top-[100px] top-[57px ] z-[1] bg-white pb-3"
107
107
>
108
108
< Link to = "/bookmarks" >
109
109
< ActionIcon >
@@ -197,7 +197,7 @@ const BookmarkView = () => {
197
197
< Grid . Col lg = { 8 } md = { 8 } sm = { 7 } className = "w-full pb-5 lg:pb-0 md:pb-0" >
198
198
< Flex
199
199
justify = "space-between"
200
- className = "sticky lg:top-[156px] md:top-[150px] top-[113px ] pb-4 bg-white z-[1]"
200
+ className = "sticky lg:top-[156px] md:top-[150px] top-[105px ] pb-4 bg-white z-[1]"
201
201
>
202
202
{ status === "pending" ? (
203
203
< Skeleton
You can’t perform that action at this time.
0 commit comments