From b5291acf7c64511289e07cd3773384ff7bf21832 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 20 Nov 2024 17:19:23 -0600 Subject: [PATCH] Bump proportionally --- app/assets/stylesheets/bubbles.css | 6 +----- app/views/bubbles/_bubble.html.erb | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/bubbles.css b/app/assets/stylesheets/bubbles.css index f04c978ae..f0bf208dc 100644 --- a/app/assets/stylesheets/bubbles.css +++ b/app/assets/stylesheets/bubbles.css @@ -311,7 +311,7 @@ -webkit-line-clamp: var(--lines, 5); -webkit-box-orient: vertical; display: -webkit-box; - font-size: 8cqi; + font-size: 9cqi; hyphens: auto; line-height: 1.2; margin: auto; @@ -325,10 +325,6 @@ pointer-events: none; } - .bubble__perma & { - font-size: 9cqi; - } - a { color: var(--splat-color); } diff --git a/app/views/bubbles/_bubble.html.erb b/app/views/bubbles/_bubble.html.erb index 5bff06e79..3ed355c04 100644 --- a/app/views/bubbles/_bubble.html.erb +++ b/app/views/bubbles/_bubble.html.erb @@ -4,7 +4,7 @@ data-controller="animation upload-preview" data-animation-play-class="bubble--wobble" data-animation-play-on-load-value="true" data-action="mouseover->animation#play"> -

+

<%= turbo_frame_tag bubble, :edit do %> <%= link_to bubble.title, edit_bucket_bubble_path(bubble.bucket, bubble), class: "txt-undecorated" %> <% end %>