Move the profiler to the bottom left.

It's far less in the way here. It's also hide-able with Alt-P (if you
don't have a textbox focused.)
This commit is contained in:
Steven R. Baker 2019-05-13 21:50:49 +02:00
parent c4fbec045b
commit 33ec5886cc

View file

@ -1,2 +1,2 @@
# Have Mini Profiler show up on the right
Rack::MiniProfiler.config.position = 'right' if defined?(Rack::MiniProfiler)
Rack::MiniProfiler.config.position = 'bottom-left'