Fix CSS font-family quotes for macOS and standardize string quotes in ZenGlanceManager

This commit is contained in:
mr. m
2025-01-20 22:23:02 +00:00
parent 6c028d8511
commit 7edce1967f
2 changed files with 5 additions and 5 deletions

View File

@@ -190,7 +190,7 @@
/** Other theme-related styles */
@media (-moz-platform: macos) {
font-family: "SF Pro";
font-family: 'SF Pro';
}
}

View File

@@ -113,10 +113,10 @@
.animate(
this.browserWrapper,
{
top: "50%",
left: "50%",
width: "85%",
height: "100%",
top: '50%',
left: '50%',
width: '85%',
height: '100%',
opacity: 1,
},
{