Bump proportionally

This commit is contained in:
Jason Zimdars
2024-11-20 17:19:23 -06:00
parent 30bcfc9d72
commit b5291acf7c
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -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);
}
+1 -1
View File
@@ -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">
<h1 class="bubble__title txt-medium">
<h1 class="bubble__title">
<%= turbo_frame_tag bubble, :edit do %>
<%= link_to bubble.title, edit_bucket_bubble_path(bubble.bucket, bubble), class: "txt-undecorated" %>
<% end %>