diff --git a/frontend/src/components/GalleryFigure.vue b/frontend/src/components/GalleryFigure.vue index 48bf214..27e4205 100644 --- a/frontend/src/components/GalleryFigure.vue +++ b/frontend/src/components/GalleryFigure.vue @@ -211,9 +211,9 @@ figcaption { width: 100%; } figcaption input[type='checkbox'] { - width: 1.5em; - height: 1.5em; - margin: .25em 0 .25em .25em; + width: 1.1em; + height: 1.1em; + margin: .25em .4em .25em .35em; opacity: 0; flex-shrink: 0; transition: opacity var(--transition-time) ease-in-out;