Skip to content

Commit

Permalink
fix: drag logic for logo on title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastair Hawkes authored and sekwah41 committed Apr 28, 2022
1 parent a1b74b6 commit 460090b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/renderer/src/styles/components/titlebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export const StyledMarkLogo = styled.img`
border-radius: 5px;
background-color: var(--color-bg-tertiary);
-webkit-app-region: no-drag;
`;

export const StyledMarkName = styled.h1<{ type?: string }>`
Expand Down

0 comments on commit 460090b

Please sign in to comment.