mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(web): album description height (#8818)
fix: album description height
This commit is contained in:
parent
3deaaf14c0
commit
95e67a7b1d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
{#if isOwned}
|
{#if isOwned}
|
||||||
<textarea
|
<textarea
|
||||||
class="w-full mt-2 resize-none overflow-hidden text-black dark:text-white border-b-2 border-transparent border-gray-500 bg-transparent text-base outline-none transition-all focus:border-b-2 focus:border-immich-primary disabled:border-none dark:focus:border-immich-dark-primary hover:border-gray-400"
|
class="w-full mt-2 resize-none text-black dark:text-white border-b-2 border-transparent border-gray-500 bg-transparent text-base outline-none transition-all focus:border-b-2 focus:border-immich-primary disabled:border-none dark:focus:border-immich-dark-primary hover:border-gray-400"
|
||||||
bind:value={newDescription}
|
bind:value={newDescription}
|
||||||
on:input={(e) => autoGrowHeight(e.currentTarget)}
|
on:input={(e) => autoGrowHeight(e.currentTarget)}
|
||||||
on:focusout={handleUpdateDescription}
|
on:focusout={handleUpdateDescription}
|
||||||
|
|
Loading…
Reference in a new issue