Skip to content

Commit

Permalink
Makes the top bar more easily grabbable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioncat6 committed Apr 7, 2024
1 parent 4da9777 commit b4490b0
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 b4490b0

Please sign in to comment.