mirror of
https://github.com/gosticks/PiPer.git
synced 2026-08-13 05:20:19 +00:00
Removed unnecessary Netflix button image
This commit is contained in:
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
<svg fill="#FFFFFF" height="36" viewBox="0 0 24 24" width="36" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 7h-8v6h8V7zm2-4H3c-1.1 0-2 .9-2 2v14c0 1.1.9 1.98 2 1.98h18c1.1 0 2-.88 2-1.98V5c0-1.1-.9-2-2-2zm0 16.01H3V4.98h18v14.03z"/>
|
||||
<path d="M0 0h24v24H0z" fill="none"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 289 B |
@@ -574,7 +574,6 @@ const resources = {
|
||||
buttonInsertBefore: function(/** Element */ parent) {
|
||||
return parent.lastChild;
|
||||
},
|
||||
buttonImage: 'netflix',
|
||||
buttonHoverStyle: /** CSS */ (`transform: scale(1.2);`),
|
||||
buttonParent: function() {
|
||||
return document.querySelector('.PlayerControlsNeo__button-control-row');
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2.5</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>151</string>
|
||||
<string>158</string>
|
||||
<key>Developer Identifier</key>
|
||||
<string>BQ6Q24MF9X</string>
|
||||
<key>URL</key>
|
||||
|
||||
Reference in New Issue
Block a user