upd
This commit is contained in:
@@ -34,10 +34,10 @@ function FullScreenButton({
|
||||
onlyIcon
|
||||
size="small"
|
||||
variant="secondary"
|
||||
className="absolute lg:top-[1.667vw] lg:right-[1.667vw] top-4 right-4"
|
||||
className="absolute 2xl:top-[1.667vw] 2xl:right-[1.667vw] top-4 right-4"
|
||||
onClick={handleClick}
|
||||
>
|
||||
<span className="lg:w-[1.389vw] lg:h-[1.389vw] w-5 h-5">
|
||||
<span className="2xl:w-[1.389vw] 2xl:h-[1.389vw] w-5 h-5">
|
||||
{isFullScreen ? <CloseFullscreenIcon /> : <FullScreenIcon />}
|
||||
</span>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user