PluginsSlice: small improvments

This commit is contained in:
VDawg 2023-11-14 13:34:26 +01:00
parent 6f7358557a
commit 463cb35327
2 changed files with 7 additions and 6 deletions

View File

@ -31,7 +31,7 @@
</script> </script>
<div <div
class="wrapper {$$props.class}" class="wrapper group {$$props.class}"
role="banner" role="banner"
use:inview={poster} use:inview={poster}
on:inview_enter on:inview_enter
@ -61,7 +61,7 @@
<button on:click={makeFullscreen} class="absolute bottom-2 left-2 z-10"> <button on:click={makeFullscreen} class="absolute bottom-2 left-2 z-10">
<IconFullscreen <IconFullscreen
class="h-6 w-6 rounded bg-black/10 opacity-80 transition-all duration-75 hover:scale-105 hover:opacity-100" class="h-6 w-6 rounded opacity-50 drop-shadow transition-all duration-75 hover:scale-105 hover:opacity-100 group-hover:opacity-90"
/> />
</button> </button>
<div <div

View File

@ -53,12 +53,12 @@
<section class="relative z-0 flex min-h-max w-full flex-col items-center py-20"> <section class="relative z-0 flex min-h-max w-full flex-col items-center py-20">
<div <div
class="mx-auto grid max-w-7xl grid-cols-1 gap-12 px-6 transition-all lg:grid-cols-2 lg:gap-24" class="mx-auto grid max-w-7xl grid-cols-1 gap-8 px-6 transition-all lg:grid-cols-2 lg:gap-24"
> >
<div <div
class={clsx( class={clsx(
'z-10 flex flex-col gap-10 px-6 transition-transform delay-75 duration-300', 'z-10 flex flex-col gap-10 px-6 transition-transform delay-75 duration-300',
isHoveringVideo && '-translate-x-32' isHoveringVideo && '-translate-x-28'
)} )}
> >
<div class="txt-shadow_ mt-8 flex flex-col gap-6"> <div class="txt-shadow_ mt-8 flex flex-col gap-6">
@ -143,8 +143,9 @@
<a href="https://github.com/hyprwm/hyprland-plugins" target="_blank">Hyprtrails</a>, <a href="https://github.com/hyprwm/hyprland-plugins" target="_blank">Hyprtrails</a>,
<a href="https://github.com/hyprwm/hyprland-plugins" target="_blank">Hyprborders</a> <a href="https://github.com/hyprwm/hyprland-plugins" target="_blank">Hyprborders</a>
{:else if activeIndex === 1} {:else if activeIndex === 1}
Setup by <a href="https://github.com/Aylur/dotfiles" target="_blank">Aylur</a>, using Setup by <a href="https://github.com/Aylur/dotfiles" target="_blank">Aylur</a>, creator of
<a href="https://github.com/Aylur/ags" target="_blank">Ags</a> to control Hyprland via IPC. <a href="https://github.com/Aylur/ags" target="_blank">Ags</a> using Ags to control Hyprland
via IPC.
{/if} {/if}
</div> </div>
</div> </div>