Update Firefox version to 134.0.2 in README and configuration files; adjust CSS font-family for macOS.

This commit is contained in:
mr. m
2025-01-20 22:14:38 +00:00
parent ef32e5f990
commit 6c028d8511
5 changed files with 20 additions and 26 deletions

View File

@@ -108,15 +108,16 @@
this.browserWrapper.style.left = `${initialX}px`;
this.browserWrapper.style.width = `${initialWidth}px`;
this.browserWrapper.style.height = `${initialHeight}px`;
this.browserWrapper.style.opacity = 0.8;
gZenUIManager.motion
.animate(
this.browserWrapper,
{
top: [`${initialY}px`, '50%'],
left: [`${initialX}px`, '50%'],
width: [`${initialWidth}px`, '85%'],
height: [`${initialHeight}px`, '100%'],
opacity: [0.8, 1],
top: "50%",
left: "50%",
width: "85%",
height: "100%",
opacity: 1,
},
{
duration: 0.5,