From b5391f7c7604d5e27654744a1ccad2a98e309391 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Sun, 29 May 2022 10:46:04 +0200 Subject: [PATCH] refactor: Harmonizing position of cancel button Signed-off-by: Vincent Boutour --- cmd/fibr/templates/search-modal.html | 4 ++++ cmd/fibr/templates/style.html | 6 +++--- cmd/fibr/templates/upload-form.html | 12 +++++++++--- go.mod | 4 ++-- go.sum | 8 ++++---- 5 files changed, 22 insertions(+), 12 deletions(-) diff --git a/cmd/fibr/templates/search-modal.html b/cmd/fibr/templates/search-modal.html index 18417f8e..76f02e0d 100644 --- a/cmd/fibr/templates/search-modal.html +++ b/cmd/fibr/templates/search-modal.html @@ -12,6 +12,10 @@ #size { width: 7rem; } + + #search-form { + overflow-y: auto; + }