slack status without the slack status.zzstoatzz.io/
quickslice

Merge pull request #10 from zzstoatzz/fix/timestamp-hover-area

Fix: Limit timestamp hover area to text only

authored by

nate nowack and committed by
GitHub
20ab35c6 594ff1e3

+4
+4
static/timestamps.js
··· 228 228 el.style.cursor = 'help'; 229 229 el.style.borderBottom = '1px dotted currentColor'; 230 230 el.style.textDecoration = 'none'; 231 + el.style.display = 'inline-block'; 232 + el.style.lineHeight = '1.2'; 233 + el.style.alignSelf = 'flex-start'; 234 + el.style.width = 'auto'; 231 235 }); 232 236 }; 233 237