diff options
| author | lonkaars <loek@pipeframe.xyz> | 2021-05-10 13:54:36 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2021-05-10 13:54:36 +0200 |
| commit | 52ad12793399d4b58827d1fc675d3561fcd91852 (patch) | |
| tree | cc2a368243548ff7547d2ca0e0d60c2505280c11 | |
| parent | da96490d5e458def5a7511deab26fc5cfeb22af3 (diff) | |
loop keyframe css fix
| -rw-r--r-- | styles/keyframes.css | 3 |
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; } |