Updated button appearance in VRV

Picture in Picture button no longer overlaps with other controls
This commit is contained in:
amarcu5 2019-02-01 19:27:39 +00:00
parent d411f68bfd
commit 4291acd76f
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -24,7 +24,7 @@ export const resource = {
buttonScale: 0.6, buttonScale: 0.6,
buttonStyle: /** CSS */ (` buttonStyle: /** CSS */ (`
position: absolute; position: absolute;
right: calc(50px + 2.5rem); right: 114px;
width: 50px; width: 50px;
cursor: pointer; cursor: pointer;
opacity: 0.6; opacity: 0.6;

View File

@ -10,7 +10,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0.2</string> <string>1.0.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>197</string> <string>198</string>
<key>Developer Identifier</key> <key>Developer Identifier</key>
<string>BQ6Q24MF9X</string> <string>BQ6Q24MF9X</string>
<key>URL</key> <key>URL</key>