Commit ef1b6027 authored by Ekanan Ketunuti's avatar Ekanan Ketunuti
Browse files

Bug 1369786 - Remove drag space at the start of the tab strip in maximized windows. r=dao

The drag space at the start of the tab strip is meant to appear in
non-maximized windows but not in maximized ones.
parent 14cefed8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
%ifdef CAN_DRAW_IN_TITLEBAR
/* Add space for dragging the window */
%ifdef MENUBAR_CAN_AUTOHIDE
:root[tabsintitlebar] #toolbar-menubar[autohide=true] ~ #TabsToolbar {
:root[tabsintitlebar][sizemode=normal] #toolbar-menubar[autohide=true] ~ #TabsToolbar {
  padding-inline-start: 40px;
}
%else
:root[tabsintitlebar] #TabsToolbar {
:root[tabsintitlebar][sizemode=normal] #TabsToolbar {
  padding-inline-start: 40px;
}
%endif