GetSimple Support Forum

Full Version: meta name="viewport" not in admin head
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Experiments with fluid backend layout are hampered by not having 
  <meta name="viewport" content="width=device-width, initial-scale=1">
in the <head> of admin pages. Is there some reason it shouldn't be there?

I currently just write it in to  /admin/header.php
A small plugin could easily add that line using the header hook.

Or you could use the SA Hook Components plugin, with a component named hook_header that contains that meta tag.
because viewport didn't exist yet would be my guess