Skip to content

Commit ac05783

Browse files
committed
fix titlebar close button having right padding
1 parent e6a06eb commit ac05783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/patches/platformClass.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ addPatch({
1414
{
1515
find: "platform-web",
1616
replacement: {
17-
match: /(?<=" platform-overlay"\):)\i/,
17+
match: '"platform-web"',
1818
replace: "$self.getPlatformClass()"
1919
}
2020
}

0 commit comments

Comments
 (0)