diff --git a/app/assets/stylesheets/fizzy-menu.css b/app/assets/stylesheets/fizzy-menu.css index 6ea9d2e89..9cf33387a 100644 --- a/app/assets/stylesheets/fizzy-menu.css +++ b/app/assets/stylesheets/fizzy-menu.css @@ -8,6 +8,7 @@ 0 0.2em 0.2em oklch(var(--lch-blue-medium) / 5%), 0 0.4em 0.4em oklch(var(--lch-blue-medium) / 5%), 0 0.8em 0.8em oklch(var(--lch-blue-medium) / 5%); + gap: 2px; } .input:is(.fizzy-menu) { diff --git a/app/views/cards/show/_collections.html.erb b/app/views/cards/show/_collections.html.erb index ba5b2210f..41aba2c1c 100644 --- a/app/views/cards/show/_collections.html.erb +++ b/app/views/cards/show/_collections.html.erb @@ -1,5 +1,5 @@ -Collections -<%= form_with url: cards_path, method: :get, class: "popup__list", + +<%= form_with url: cards_path, method: :get, class: "display-contents", data: { controller: "form" } do |form| %> <% if Current.user.collections.one? %> <%= link_to cards_path, class: "popup__group", data: { filter_target: "item", navigable_list_target: "item" } do %> @@ -9,20 +9,22 @@ <% end %> <% end %> <% elsif Current.user.collections.many? %> - <%= link_to cards_path, class: "popup__group", data: { filter_target: "item", navigable_list_target: "item" } do %> -