diff --git a/svelte/src/file_viewer/GalleryView.svelte b/svelte/src/file_viewer/GalleryView.svelte index 5289ff4..13f45ed 100644 --- a/svelte/src/file_viewer/GalleryView.svelte +++ b/svelte/src/file_viewer/GalleryView.svelte @@ -100,14 +100,12 @@ const drop = (e, index) => { class:highlight={!dragging && hovering === -2} role="listitem" > - - @@ -244,5 +242,9 @@ const drop = (e, index) => { } .add_button > * { flex: 1 1 auto; + font-size: 1.5em; + cursor: pointer; + flex-direction: column; + justify-content: center; }