1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-26 05:01:05 +02:00

fix(web): decrease asset viewer navigation area size (#9455)

* fix(web): decrease asset viewer navigation area size

* Remove unneeded class

* Reduce wrapping div area
This commit is contained in:
Snowknight26
2024-05-14 04:52:39 -05:00
committed by GitHub
parent 6fd6a8ba15
commit f2be310aec
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<!-- svelte-ignore a11y-no-static-element-interactions -->
<!-- svelte-ignore a11y-click-events-have-key-events -->
<div class="group flex h-full place-items-center hover:cursor-pointer" on:click={onClick}>
<div class="my-auto group hover:cursor-pointer" on:click={onClick}>
<button
class="mx-4 rounded-full p-3 text-gray-500 transition group-hover:bg-gray-500 group-hover:text-white"
aria-label={label}