Skip to content

Commit 839818a

Browse files
committed
Fix fullscreen control panel position
1 parent 6d7c3e1 commit 839818a

File tree

7 files changed

+6
-14
lines changed

7 files changed

+6
-14
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benignware/wp-mediacontrols",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"type": "wordpress-plugin",
55
"license": "MIT",
66
"description": "Consistent media controls across browsers",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mediacontrols-main.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515

1616
.mediacontrols-fullscreen-container x-mediacontrols::part(controls-frame) {
1717
z-index: 1000;
18-
top: 0 !important;
19-
left: 0 !important;
20-
right: 0 !important;
21-
height: 100vh !important;
2218
position: fixed !important;
2319
}
2420

mediacontrols.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://benignware.com
55
* Plugin Slug: mediacontrols
66
* Description: Consistent media controls across browsers
7-
* Version: 0.1.8
7+
* Version: 0.1.9
88
* Author: Rafael Nowrotek
99
* Author URI: https:/benignware.com
1010
* Network: true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-mediacontrols",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Consistent media controls across browsers",
55
"main": "custom-attribute.jsx",
66
"scripts": {

src/main.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515

1616
.mediacontrols-fullscreen-container x-mediacontrols::part(controls-frame) {
1717
z-index: 1000;
18-
top: 0 !important;
19-
left: 0 !important;
20-
right: 0 !important;
21-
height: 100vh !important;
2218
position: fixed !important;
2319
}
2420

0 commit comments

Comments
 (0)