From 4638237889aed9fef73d32263fa897965dc5aa6b Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Wed, 8 Oct 2025 14:45:02 -0500 Subject: [PATCH] Cleanup prototyping --- app/assets/stylesheets/card-columns.css | 1 - app/views/collections/show/_columns.html.erb | 31 -------------------- 2 files changed, 32 deletions(-) diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 3a8a888c0..2bf2b6729 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -17,7 +17,6 @@ } .card-columns { - container-type: inline-size; display: grid; gap: var(--column-gap); diff --git a/app/views/collections/show/_columns.html.erb b/app/views/collections/show/_columns.html.erb index 819e3c651..06862a158 100644 --- a/app/views/collections/show/_columns.html.erb +++ b/app/views/collections/show/_columns.html.erb @@ -8,37 +8,6 @@ dragenter->drag-and-strum#dragEnter drop->drag-and-drop#drop dragend->drag-and-drop#dragEnd" } do %> - - - - - -
<%= render "collections/show/not_now", collection: collection %>