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 %>