mirax-player
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -2259,3 +2259,3 @@ import './miraxplayerUI.js'; | ||
height: 8px; | ||
height: 12px; | ||
@@ -2262,0 +2262,0 @@ background-color: rgba(255, 255, 255, 0.1); |
@@ -90,4 +90,5 @@ | ||
.backward-button { | ||
position: absolute; | ||
right: 20%; | ||
position: fixed; | ||
right:20%; | ||
margin-right: 55px; | ||
background: none; | ||
@@ -101,5 +102,5 @@ color: #fff; | ||
height: 0; | ||
border-left: 8px solid transparent; | ||
border-right: 8px solid transparent; | ||
border-bottom: 13px solid rgba(255, 255, 255, 0.7); /* Transparent triangle */ | ||
border-left: 6px solid transparent; | ||
border-right: 6px solid transparent; | ||
border-bottom: 11px solid rgba(255, 255, 255, 0.7); /* Transparent triangle */ | ||
cursor: pointer; | ||
@@ -112,3 +113,3 @@ transform: rotate(-90deg); | ||
.backward-button:hover { | ||
border-bottom: 13px solid white; /* Transparent triangle */ | ||
border-bottom: 11px solid white; /* Transparent triangle */ | ||
} | ||
@@ -119,5 +120,5 @@ | ||
.forward-button { | ||
position: absolute; | ||
right: 17%; | ||
position: fixed; | ||
right:17%; | ||
margin-right: 45px; | ||
background: none; | ||
@@ -131,5 +132,5 @@ color: #fff; | ||
height: 0; | ||
border-left: 8px solid transparent; | ||
border-right: 8px solid transparent; | ||
border-bottom: 13px solid rgba(255, 255, 255, 0.7); /* Transparent blue triangle */ | ||
border-left: 6px solid transparent; | ||
border-right: 6px solid transparent; | ||
border-bottom: 11px solid rgba(255, 255, 255, 0.7); /* Transparent blue triangle */ | ||
cursor: pointer; | ||
@@ -143,3 +144,3 @@ transform: rotate(90deg); | ||
.forward-button:hover { | ||
border-bottom: 13px solid white; /* Transparent triangle */ | ||
border-bottom: 11px solid white; /* Transparent triangle */ | ||
} | ||
@@ -146,0 +147,0 @@ |
{ | ||
"name": "mirax-player", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "A free video player compatible with React, Vue, Angular, and Svelte.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -87,2 +87,3 @@ <p align="center"> | ||
Minor Changes: | ||
v7.1.0 | ||
@@ -92,5 +93,9 @@ - Remap the spacebar to function as the play button. | ||
Patch Changes: | ||
v7.0.1 | ||
- Just adjusted the arrow icons to be more responsive. | ||
v7.1.1 | ||
- The forward and backward buttons decrease the size. | ||
- The progress bar has a translucent line. | ||
@@ -166,3 +171,3 @@ ## Features | ||
---- | ---------------------- | ----------- | ||
press `ctrl + space bar` | Play & Pause |The video will play or pause | ||
press `space bar` | Play & Pause |The video will play or pause | ||
press `alt+p` | PiP | Picture in Picture screen | ||
@@ -169,0 +174,0 @@ press `left arrow key` | rewind clip | backward for 10 sec. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
82046
1493
417