Bump proportionally
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user