From 294f71fb3c5ca3f0fee62e70c9c6a3427a9afc12 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 7 Jun 2025 13:09:24 +0200 Subject: Add features to upload and delete thumbnails --- src/chef/pages/admin.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chef/pages/admin.clj') diff --git a/src/chef/pages/admin.clj b/src/chef/pages/admin.clj index 8ffadcc..ea19cc3 100644 --- a/src/chef/pages/admin.clj +++ b/src/chef/pages/admin.clj @@ -69,7 +69,7 @@ [:button {:class ["button" "primary"] :onclick (str "window.open(\"/admin/recipe-editor/" (:recipes/id recipe) - "\", \"\", \"width=500,height=500\")")} + "\", \"\", \"width=900,height=900\")")} "Bearbeiten"] [:button {:class ["button error"] :hx-trigger "click" -- cgit v1.2.3