NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/53536: www.netbsd.org doesn't work on Safari



The following reply was made to PR misc/53536; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: misc/53536: www.netbsd.org doesn't work on Safari
Date: Sat, 18 Aug 2018 05:57:34 +0000

 I am responsible for this. This is the rule I use, in global.css:
 
 @media only screen and (max-device-width: 800px),
        only screen and (min-resolution: 2dppx) and (max-width: 800px),
        only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px) {
 
 I added "and (max-device-width: 800px)" because my 2011 phone isn't HiDPI,
 but I can remove this or tweak it so it doesn't apply for more users.
 


Home | Main Index | Thread Index | Old Index