From 1aa852c3dcf2366311ed58258ce852de26fab814 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Thu, 9 Feb 2023 23:57:59 +0100 Subject: [PATCH 1/2] Blur Cover Image Background This patch adds a heavily blurred version of the cover image as background to the cover image area in the book details. This looks especially nice on larger devices like tablets. --- pages/item/_id/index.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pages/item/_id/index.vue b/pages/item/_id/index.vue index 7a4dd278..773c105a 100644 --- a/pages/item/_id/index.vue +++ b/pages/item/_id/index.vue @@ -1,5 +1,5 @@