grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit a17bdd4fcd4416e1dd058218d5826fe6c73443c1
parent 4779c4ce4b016405e3acd2272dad3c98b881ea43
Author: corndog <cauchyn@firemail.cc>
Date:   Sat, 29 Sep 2018 19:28:41 -0700

Disable embed image hover on touch devices

Diffstat:
in/static/style.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/in/static/style.css b/in/static/style.css @@ -61,6 +61,10 @@ button:hover > img.embed { display: block; } +html.can-touch button:hover > img.embed { + display: none; +} + .nowrap { white-space: nowrap; }