Bug 1704782 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I can reproduce the bug  on Win10, thanks for the report Alexandru.

This looks like a good first bug (most likely only CSS changes).

Some instructions for anyone interested

1) The CSS styles for back/forward button are in this file
https://searchfox.org/mozilla-central/rev/3de2db87f3c9001ae478318d47a2ca3427574382/devtools/client/themes/toolbox.css#69

2) The rule for `.debug-target-info .navigation-button`, defined padding, but not margin
Playing with those two (e.g. padding 6px and margin 2px) should be the way to solve this issue

3) You want to use Browser Toolbox for inspecting the Firefox UI (the two back/forward buttons)
https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox

Honza
I can reproduce the bug  on Win10, thanks for the report Alexandru.

This looks like a good first bug (most likely only CSS changes).

Some instructions for anyone interested

1) The CSS styles for back/forward button are in this file
https://searchfox.org/mozilla-central/rev/3de2db87f3c9001ae478318d47a2ca3427574382/devtools/client/themes/toolbox.css#69

2) The rule for `.debug-target-info .navigation-button`, defined padding, but not margin
Playing with those styles (e.g. padding 6px and margin 2px) could be the way to solve this issue

3) You want to use Browser Toolbox for inspecting the Firefox UI (the two back/forward buttons)
https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox

Honza
I can reproduce the bug  on Win10, thanks for the report Alexandru.

This looks like a good first bug (most likely only CSS changes).

Some instructions for anyone interested

1) The CSS styles for back/forward button are in this file
https://searchfox.org/mozilla-central/rev/3de2db87f3c9001ae478318d47a2ca3427574382/devtools/client/themes/toolbox.css#69

2) The rule for `.debug-target-info .navigation-button`, defines padding, but not margin
Playing with those styles (e.g. padding 6px and margin 2px) could be the way to solve this issue

3) You want to use Browser Toolbox for inspecting the Firefox UI (the two back/forward buttons)
https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox

Honza

Back to Bug 1704782 Comment 1