MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.7k stars 402 forks source link

Remove old css #505

Closed epugh closed 3 years ago

epugh commented 3 years ago

This PR updates the CSS to remove these errors being flagged in Firefox:

Screenshot at Aug 02 10-14-30

I have tested this in the local demo app, I have also tested it in the https://github.com/o19s/quepid app by testing the branch:

gem 'rack-mini-profiler', git: 'https://github.com/epugh/rack-mini-profiler', branch: 'remove_old_css'
epugh commented 3 years ago

I just tested in Chrome, no warnings!

SamSaffron commented 3 years ago

Looks good! thanks!