mirror of
https://github.com/gosticks/PiPer.git
synced 2025-10-16 11:55:42 +00:00
Fixed Plex showing inappropriate button size on Chrome
This commit is contained in:
parent
0eaa689cf1
commit
e8a20524f0
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,10 +14,11 @@ export const resource = {
|
||||
const e = document.querySelector('div[class^="FullPlayerTopControls-topControls"]');
|
||||
return /** @type {?Element} */ (e && e.lastChild);
|
||||
},
|
||||
buttonScale: 0.6,
|
||||
buttonScale: 2,
|
||||
buttonStyle: /** CSS */ (`
|
||||
position: relative;
|
||||
top: -3px;
|
||||
width: 30px;
|
||||
padding: 10px;
|
||||
border: 0px;
|
||||
background: transparent;
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string></string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>187</string>
|
||||
<string>188</string>
|
||||
<key>Developer Identifier</key>
|
||||
<string>BQ6Q24MF9X</string>
|
||||
<key>URL</key>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user