diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 012f7faa8..e13ba8b59 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -106,9 +106,12 @@ margin-block-start: -1ch; margin-inline: -1ch; overflow: hidden; + translate: 0 -1ch; + transition: translate 300ms var(--ease-out-overshoot); .cards:not(.is-collapsed) & { padding: 1ch; + translate: 0 0; } .card { diff --git a/app/views/collections/columns/closeds/show.html.erb b/app/views/collections/columns/closeds/show.html.erb index 06f9b82fc..7ed422c02 100644 --- a/app/views/collections/columns/closeds/show.html.erb +++ b/app/views/collections/columns/closeds/show.html.erb @@ -24,9 +24,11 @@ <%= render "collections/columns/list", cards: @page.records, draggable: true %> <% end %> <% else %> -
-

Drag cards here

-

Nothing here

+
+
+

Drag cards here

+

Nothing here

+
<% end %> <% end %> diff --git a/app/views/collections/columns/not_nows/show.html.erb b/app/views/collections/columns/not_nows/show.html.erb index d668934e4..91f899db5 100644 --- a/app/views/collections/columns/not_nows/show.html.erb +++ b/app/views/collections/columns/not_nows/show.html.erb @@ -24,9 +24,11 @@ <%= render "collections/columns/list", cards: @page.records, draggable: true %> <% end %> <% else %> -
-

Drag cards here

-

Nothing here

+
+
+

Drag cards here

+

Nothing here

+
<% end %> <% end %> diff --git a/app/views/collections/columns/show.html.erb b/app/views/collections/columns/show.html.erb index b21a9aa87..19123c79f 100644 --- a/app/views/collections/columns/show.html.erb +++ b/app/views/collections/columns/show.html.erb @@ -24,9 +24,11 @@ <%= render "collections/columns/list", cards: @page.records, draggable: true %> <% end %> <% else %> -
-

Drag cards here

-

Nothing here

+
+
+

Drag cards here

+

Nothing here

+
<% end %> <% end %>