mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fix CSS font-family quotes for macOS and standardize string quotes in ZenGlanceManager
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
|
||||
/** Other theme-related styles */
|
||||
@media (-moz-platform: macos) {
|
||||
font-family: "SF Pro";
|
||||
font-family: 'SF Pro';
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user