Skip to content

Commit 1494b86

Browse files
committed
UI: loader size and position top
1 parent fa298b4 commit 1494b86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/src/components/LoaderFallback.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const LoaderFallback = () => {
44
return (
55
<LoadingOverlay
66
className="h-screen"
7-
loaderProps={{ size: "sm", variant: "bars" }}
7+
loaderProps={{ size: 27, variant: "bars" }}
88
visible={true}
99
overlayOpacity={1}
1010
/>

client/src/routes/Bookmark/components/BookmarkView.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const BookmarkView = () => {
103103
<Flex
104104
align="center"
105105
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"
107107
>
108108
<Link to="/bookmarks">
109109
<ActionIcon>
@@ -197,7 +197,7 @@ const BookmarkView = () => {
197197
<Grid.Col lg={8} md={8} sm={7} className="w-full pb-5 lg:pb-0 md:pb-0">
198198
<Flex
199199
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]"
201201
>
202202
{status === "pending" ? (
203203
<Skeleton

0 commit comments

Comments
 (0)