From 3129b6e20541bbd85d14546926af18bbbe204d88 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 26 Jun 2025 20:08:48 -0500 Subject: [PATCH] Use new logo placeholder --- app/assets/stylesheets/fizzy-menu.css | 2 +- app/views/cards/index/_header.html.erb | 17 ++++++++++++----- app/views/cards/show/_header.html.erb | 17 ++++++++++++----- app/views/events/_filter.html.erb | 17 ++++++++++++----- app/views/public/collections/show.html.erb | 14 +++++++++++++- 5 files changed, 50 insertions(+), 17 deletions(-) diff --git a/app/assets/stylesheets/fizzy-menu.css b/app/assets/stylesheets/fizzy-menu.css index 6fdd18e3b..bead9d38a 100644 --- a/app/assets/stylesheets/fizzy-menu.css +++ b/app/assets/stylesheets/fizzy-menu.css @@ -22,7 +22,7 @@ svg { block-size: auto; - inline-size: 1.3em; + inline-size: 1.1em; margin-block-end: 0.2em; margin-inline-end: 0.8ch; } diff --git a/app/views/cards/index/_header.html.erb b/app/views/cards/index/_header.html.erb index 7f4d0f08c..5608cc34f 100644 --- a/app/views/cards/index/_header.html.erb +++ b/app/views/cards/index/_header.html.erb @@ -9,11 +9,18 @@ data: { action: "click->dialog#open:stop keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click", controller: "hotkey" } do %> - - - - - + + + + + + + + + + + + Fizzy <% end %> diff --git a/app/views/cards/show/_header.html.erb b/app/views/cards/show/_header.html.erb index 9689a4608..59574257d 100644 --- a/app/views/cards/show/_header.html.erb +++ b/app/views/cards/show/_header.html.erb @@ -5,11 +5,18 @@ data: { action: "click->dialog#open:stop keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click", controller: "hotkey" } do %> - - - - - + + + + + + + + + + + + Fizzy <% end %> diff --git a/app/views/events/_filter.html.erb b/app/views/events/_filter.html.erb index 8a42c1c3f..6a916d170 100644 --- a/app/views/events/_filter.html.erb +++ b/app/views/events/_filter.html.erb @@ -4,11 +4,18 @@ data: { action: "click->dialog#open:stop keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click", controller: "hotkey" } do %> - - - - - + + + + + + + + + + + + Fizzy <% end %> diff --git a/app/views/public/collections/show.html.erb b/app/views/public/collections/show.html.erb index 3ab851fff..ea9133130 100644 --- a/app/views/public/collections/show.html.erb +++ b/app/views/public/collections/show.html.erb @@ -23,7 +23,19 @@ <% content_for :footer do %>
- <%= image_tag "logo-color.svg", aria: { hidden: true }, size: 30 %> + + + + + + + + + + + + + Made with Fizzy™
<% end %>