firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Network : The native filter box is moved to the left #439

Closed fflorent closed 8 years ago

fflorent commented 8 years ago

STR:

  1. Open Firebug
  2. Open the Network panel using the Firebug.next theme
  3. Switch to the light theme
  4. Go back to the Network panel

Actual Result: The native filter box has been moved to the left Actual Result

Expected Result: It should be at the bottom-right as it is without Firebug: Expected result

fflorent commented 8 years ago

@janodvarko I propose a fix with the commit above + a question here: https://github.com/firebug/firebug.next/commit/02b9dce9abf1a17c0618e68ba3fbbaedd43910a0#diff-14c22f0115d7dedea42a63de4f4cf7d9R149

Florent

janodvarko commented 8 years ago

I propose a fix with the commit above + a question here:

Great, works for me. And yes, using CSS is better.

Thanks! Honza

fflorent commented 8 years ago

Merged. Thanks for the review Honza.

Florent