Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment