Skip to content

Commit

Permalink
Merge pull request #116 from Lioncat6/main
Browse files Browse the repository at this point in the history
Made the top bar of the client grabbable
  • Loading branch information
Gibbu authored Apr 7, 2024
2 parents a216533 + 02a3faa commit e1e2a65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,12 @@
.threadSidebarOpen__62c31 .container__26baa {
border-right: 1px solid var(--border);
}

// Makes the top bar more easily grabbable
.titleBar__710b0 {
height: 20px;
-webkit-app-region: drag;
pointer-events: none;
top: 0;
}
}

0 comments on commit e1e2a65

Please sign in to comment.