File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const HeaderDrawerButton = () => {
36
36
37
37
< Dialog . Content >
38
38
< m . dialog
39
- className = "fixed left-0 right-0 top-0 z-[12] m-0 block w-full overflow-auto rounded-xl bg-base-100/90 px-3 backdrop-blur-sm"
39
+ className = "fixed left-0 right-0 top-0 z-[12] m-0 block h-screen w-full overflow-auto rounded-xl bg-base-100/90 px-3 backdrop-blur-sm"
40
40
initial = { { opacity : 0.8 } }
41
41
animate = { { opacity : 1 } }
42
42
exit = { { opacity : 0 } }
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ const LikeButton = () => {
128
128
>
129
129
< m . i
130
130
className = { clsxm (
131
- 'hover:text-uk-orange-light hover:opacity-100' ,
131
+ 'relative flex hover:text-uk-orange-light hover:opacity-100' ,
132
132
asideButtonStyles . base ,
133
133
134
134
isLiked && 'text-uk-orange-dark' ,
@@ -145,7 +145,7 @@ const LikeButton = () => {
145
145
>
146
146
< ThumbsupIcon />
147
147
{ ! ! likeCount && (
148
- < span className = "absolute bottom-[5px] right-0 translate-x-[8px] transform text-[10px]" >
148
+ < span className = "absolute bottom-0 right-0 translate-x-[8px] transform text-[10px]" >
149
149
< NumberSmoothTransition > { likeCount } </ NumberSmoothTransition >
150
150
</ span >
151
151
) }
You can’t perform that action at this time.
0 commit comments