Revert "Counteract zoom-level changes in custom titlebar"

This reverts commit 635aab838f.
This commit is contained in:
Josh Perez 2022-06-17 12:48:17 -04:00 committed by GitHub
parent d970d427f8
commit 3581f78913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 32 deletions

View file

@ -171,12 +171,6 @@ export const TitleBarContainer = (props: PropsType): JSX.Element => {
opacity: 0,
},
},
// Zoom support
enableOverflow: false,
scalingFunction(value: string) {
return `calc(${value} * var(--zoom-factor))`;
},
};
return (