Fixing thumb on two-up

This commit is contained in:
Jake Archibald
2018-10-23 12:01:25 +02:00
parent 8db8892529
commit c3edde280a
2 changed files with 1 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ two-up[legacy-clip-compat] > :not(.two-up-handle) {
box-shadow: 0 1px 4px rgba(0,0,0,0.1); box-shadow: 0 1px 4px rgba(0,0,0,0.1);
color: var(--thumb-color); color: var(--thumb-color);
box-sizing: border-box; box-sizing: border-box;
padding: 0 48%; padding: 0 calc(var(--thumb-size) * 0.24);
} }
.scrubber svg { .scrubber svg {

View File

@@ -1,7 +1,3 @@
/*
Note: These styles are temporary. They will be replaced before going live.
*/
.output { .output {
composes: abs-fill from '../../lib/util.scss'; composes: abs-fill from '../../lib/util.scss';