Improve draggable surface area of window

I usually have the standard window layout: one or both sidebars open and one or two tab groups with a few tabs each, but sometimes I get in a zone testing something out, research, or whatever, and it can get crazy. As you said, it’s difficult to know where to grab that will work 100% of the time.

I’ve been using this for a while (both mac and Windows) to know exactly where to grab with no guesswork. It’s great. margin-left may need adjusting depending on your theme. Give it a try for the time being.

body:not(.is-popout-window) div.side-dock-actions:before {
    content: "\2723";
    font-size: 30px;
    -webkit-app-region: drag;
    text-align: center;
    margin-left: 1px;
}

Screenshot 2023-06-14 at 16.57.27