diff --git a/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch b/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch new file mode 100644 index 0000000..d8059a6 --- /dev/null +++ b/machines/nextcloud/0001-Patch-cards-to-be-draggable.patch @@ -0,0 +1,25 @@ +From 0d4b14e8eb62b0f0ed01f45bbaa7c2721245f7d6 Mon Sep 17 00:00:00 2001 +From: ahtlon +Date: Thu, 9 Oct 2025 12:22:08 +0200 +Subject: [PATCH] Patch cards to be draggable + +--- + src/components/cards/CardItem.vue | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/components/cards/CardItem.vue b/src/components/cards/CardItem.vue +index 7539ac53e..aaf9f2fe0 100644 +--- a/src/components/cards/CardItem.vue ++++ b/src/components/cards/CardItem.vue +@@ -20,7 +20,7 @@ + +
+

+- {{ displayTitle }} ++ {{ displayTitle }} +

+