The CSS directive that enables a responsive layout for mobile devices causes the navigation to be full-width in Chrome and Safari on Retina MBPs.
The selector in question:
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (max-width : 480px) {
The CSS directive that enables a responsive layout for mobile devices causes the navigation to be full-width in Chrome and Safari on Retina MBPs.
The selector in question:
This is on line 242 of https://github.com/jeromegn/DocumentUp/blob/master/app/stylesheets/themes/v1.styl and line 528 of https://github.com/jeromegn/DocumentUp/blob/master/app/stylesheets/themes/anne_veal.styl