timeline: restore subpixel rounding fix

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/672/head
Varun Patil 2023-05-28 00:12:31 -07:00
parent fddd1939aa
commit 359f9a97ad
1 changed files with 1 additions and 1 deletions

View File

@ -1313,7 +1313,7 @@ export default defineComponent({
// 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
margin-left: -1px;
width: calc(100% + 2px);
width: calc(100% + 3px); // 1px extra here for sub-pixel rounding
}
}