all repos — honk @ da3df24adefadf404f1ddf2ef9c3d7bf6e5cd79e

my fork of honk

firefox eats the chevron, but webkit does not. sigh.
Ted Unangst tedu@tedunangst.com
Mon, 07 Oct 2019 00:07:23 -0400
commit

da3df24adefadf404f1ddf2ef9c3d7bf6e5cd79e

parent

28ead20c47da900447c5b49e00429eca2a12919d

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -79,6 +79,11 @@ }

details summary { display: inline; } +@supports (-moz-appearance:none) { + details summary { + display: list-item; + } +} main { max-width: 1200px; margin: auto;