timeline: restore subpixel rounding fix
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/672/head
parent
fddd1939aa
commit
359f9a97ad
|
@ -1313,7 +1313,7 @@ export default defineComponent({
|
||||||
// Get rid of padding on img-outer (1px on mobile)
|
// Get rid of padding on img-outer (1px on mobile)
|
||||||
// Also need to make sure we don't end up with a scrollbar -- see below
|
// Also need to make sure we don't end up with a scrollbar -- see below
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
width: calc(100% + 2px);
|
width: calc(100% + 3px); // 1px extra here for sub-pixel rounding
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue