mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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:
parent
6fd6a8ba15
commit
f2be310aec
2 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue