Revert "Counteract zoom-level changes in custom titlebar"
This reverts commit 635aab838f
.
This commit is contained in:
parent
d970d427f8
commit
3581f78913
6 changed files with 12 additions and 32 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue