previewRice: make fullscreen button bigger

This commit is contained in:
VDawg 2023-11-14 15:34:40 +01:00
parent 672096e509
commit 8b291f8821
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
/> />
<button on:click={makeFullscreen} class="absolute bottom-0 left-0 z-10"> <button on:click={makeFullscreen} class="absolute bottom-0 left-0 z-10">
<IconFullscreen <IconFullscreen
class="h-8 w-8 rounded bg-black/10 p-2 opacity-60 transition-all duration-75 hover:scale-105 hover:opacity-100" class="h-10 w-10 rounded bg-black/10 p-2 opacity-60 transition-all duration-75 hover:scale-105 hover:opacity-100"
/> />
</button> </button>
<div <div