Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from stroeer/bugfix/fix-seek-preview-video-size
Browse files Browse the repository at this point in the history
Bugfix/fix seek preview video size
  • Loading branch information
jrsmb authored Dec 8, 2022
2 parents 2a1fd3b + 24b8c9f commit db61f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.1",
"version": "3.1.2",
"name": "@stroeer/stroeer-videoplayer-default-ui",
"description": "Ströer Videoplayer Default UI",
"main": "dist/StroeerVideoplayer-default-ui.cjs.js",
Expand Down
1 change: 1 addition & 0 deletions src/_seek-preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
line-height: 16px;

video {
position: relative;
width: 100%;
border-radius: 4px;
border-bottom-left-radius: initial;
Expand Down

0 comments on commit db61f6b

Please sign in to comment.