mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-12-23 02:39:48 +01:00
previewRice: make fullscreen button bigger
This commit is contained in:
parent
672096e509
commit
8b291f8821
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue