diff --git a/devtools/client/themes/toolbox.css b/devtools/client/themes/toolbox.css index 559339e624e3..a723fcf34f7a 100644 --- a/devtools/client/themes/toolbox.css +++ b/devtools/client/themes/toolbox.css @@ -164,8 +164,10 @@ transform: rotate(180deg); } -#toolbox-controls { - margin-right: 3px; +/* On OSX the cursor turns into a window-resizing cursor at the edges of the + * window, so bring the end of the toolbox in. */ +:root[platform="mac"] #toolbox-controls { + margin-inline-end: 3px; } #toolbox-buttons-end > .devtools-separator {