From b4490b065dbfed9c5332d3f224d61284ce676564 Mon Sep 17 00:00:00 2001 From: Lioncat6 <95449321+Lioncat6@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:39:37 -0500 Subject: [PATCH] Makes the top bar more easily grabbable --- src/theme/app/_toolbar.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/theme/app/_toolbar.scss b/src/theme/app/_toolbar.scss index fa53c5e..9830a5e 100644 --- a/src/theme/app/_toolbar.scss +++ b/src/theme/app/_toolbar.scss @@ -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; + } }