Allow window drag with headerbar buttons, fix #14

This commit is contained in:
Rafael Mardojai CM 2019-07-06 11:19:14 -05:00
parent 3183cddc0f
commit e3edf46519
1 changed files with 7 additions and 0 deletions

View File

@ -161,3 +161,10 @@
:root[tabsintitlebar] #navigator-toolbox[movingtab] #TabsToolbar { :root[tabsintitlebar] #navigator-toolbox[movingtab] #TabsToolbar {
padding-bottom: 0 !important; padding-bottom: 0 !important;
} }
/* Allow window drag with headerbar buttons */
:root[tabsintitlebar] #nav-bar .toolbarbutton-1,
:root[tabsintitlebar] #titlebar .titlebar-button,
:root[tabsintitlebar][inFullscreen] #window-controls toolbarbutton {
-moz-window-dragging: drag;
}