Skip to content

Commit

Permalink
Thumbnail: Allow timeline to stretch fully
Browse files Browse the repository at this point in the history
The timeline in the thumbnail view did not stretch to the full width
of the available screenspace in some cases (e.g. when there is only
one video). This fixes that.
  • Loading branch information
Arnei committed Nov 7, 2023
1 parent 482656f commit a3d7880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/Thumbnail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const Thumbnail : React.FC = () => {

const bottomStyle = css({
display: 'flex',
width: '100%',
flexDirection: 'column',
alignItems: 'center',
})
Expand Down

0 comments on commit a3d7880

Please sign in to comment.