elanthia-online / illthorn

Electron-based FE
18 stars 10 forks source link

makes the window more draggable from the session panel and hands-wrap #67

Closed BryanSchuetz closed 4 years ago

BryanSchuetz commented 4 years ago

35 Uses -webkit-app-region: drag; to allow the frameless main window to be dragged around from the sessions panel or the hands-wrap.

ondreian commented 4 years ago

This change should be made to the sass files, not the compiled css files: https://github.com/elanthia-online/illthorn/blob/master/src/app/styles/app.scss

BryanSchuetz commented 4 years ago

My bad...fixed.

chriscoyier commented 4 years ago

This will probably be a pain to merge since the Sass setup was all refactored. But, I got this into the "Feature: Themes" branch and merged that, so this is all set.

I didn't do the #hands-wrapper just the sessions though, so if you like that a lot and wanna make sure that's in that could be a new PR.