git ssb

0+

dangerousbeans / yap



forked from Dominic / yap

Commit 53d7a9029d9bad5c79da2b665a4a7ed3acb8e745

fix chrome css problems with identity selector

Dominic Tarr committed on 12/16/2018, 9:22:30 PM
Parent: f995336677a1bb9a99ab04e87ea59ec6afd2276a

Files changed

static/style.csschanged
static/style.cssView
@@ -97,12 +97,15 @@
9797 display: none;
9898 list-style: none;
9999 }
100100 ._menu li {
101+ display: block;
101102 position: relative;
102103 }
103104
104105 ._menu:hover ul {
106+ /* in chrome, -4px margin-top is needed. I don't understand why */
107+ margin-top: -4px;
105108 display: block;
106109 }
107110
108111 textarea {
@@ -135,5 +138,4 @@
135138 overflow: hidden;
136139
137140 }
138141
139-

Built with git-ssb-web