diff --git a/app/assets/stylesheets/events.css b/app/assets/stylesheets/events.css index e4a74f0d4..845987fb5 100644 --- a/app/assets/stylesheets/events.css +++ b/app/assets/stylesheets/events.css @@ -11,8 +11,6 @@ --column-gap: clamp(var(--inline-space), 3cqmin, calc(var(--inline-space) * 3)); --grid-lines: 0.1rem; - display: grid; - grid-template-columns: 1fr 5fr 1fr; margin: auto; } diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index 0ffde9dc2..9cf88b064 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -88,6 +88,16 @@ row-gap: 2px; } + .popup__new { + --btn-icon-size: 1em; + + .icon { + margin-inline-end: 0.5em; + } + + padding-inline-start: var(--inline-space-half); + } + .popup__title { font-weight: 800; } diff --git a/app/views/events/_filter.html.erb b/app/views/events/_filter.html.erb index 0b0a41550..5b8f3f253 100644 --- a/app/views/events/_filter.html.erb +++ b/app/views/events/_filter.html.erb @@ -19,6 +19,14 @@ <%= form_with url: events_path, method: :get, class: "flex flex-column full-width popup__list", data: { controller: "form" } do |form| %> <%#= link_to "Show everything", events_path(clear_filter: true), class: "btn popup__item txt-nowrap" %> + +
+ <% @collections.each do |collection| %>