aboutsummaryrefslogtreecommitdiff
path: root/styles/keyframes.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/keyframes.css')
-rw-r--r--styles/keyframes.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/styles/keyframes.css b/styles/keyframes.css
index 3427058..71586f1 100644
--- a/styles/keyframes.css
+++ b/styles/keyframes.css
@@ -1,8 +1,9 @@
.loop .connector {
+ display: inline-block;
height: 16px;
background-color: var(--gruble);
opacity: .25;
- width: calc(100% - 48px);
+ width: calc(100% - 26px);
margin: 4px -11px;
}