Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Dec 3, 2024
1 parent 6b94d8e commit f55ee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/layouts/useJustify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function getWidth(timelineData: TimelineData): number {
if (isTouchDevice()) {
scrollBarWidth = 0;
}

const width = Math.min(baseWidth - paddingLeftRight - scrollBarWidth);

let timeLineBorder = 0;
Expand Down

0 comments on commit f55ee6d

Please sign in to comment.