completed search page, some chasnges buttons in sequence

This commit is contained in:
2025-04-30 13:05:02 +05:00
parent 8af3ed8f5e
commit f0f4e6f234
11 changed files with 189 additions and 69 deletions
+2 -8
View File
@@ -30,14 +30,8 @@ function FullScreenButton({
if (isMobileSafari) return null;
return (
<Button
onlyIcon
size="small"
variant="secondary"
className="absolute 2xl:top-[2.222vw] 2xl:right-[2.222vw] top-4 right-4"
onClick={handleClick}
>
<span className="2xl:w-[1.389vw] 2xl:h-[1.389vw] w-5 h-5">
<Button onlyIcon size="small" variant="secondary" onClick={handleClick}>
<span className="2xl:w-[1.111vw] 2xl:h-[1.111vw] w-4 h-4">
{isFullScreen ? <CloseFullscreenIcon /> : <FullScreenIcon />}
</span>
</Button>