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

fix: remove dotted underline from timestamps

- Removed borderBottom and textDecoration styles for cleaner minimalist look
- Kept hover tooltip and constrained hover area
- Maintains all functionality with less visual noise

-2
-2
static/timestamps.js
··· 226 226 const fullTimestamp = this.getFullTimestamp(date); 227 227 el.setAttribute('title', fullTimestamp); 228 228 el.style.cursor = 'help'; 229 - el.style.borderBottom = '1px dotted currentColor'; 230 - el.style.textDecoration = 'none'; 231 229 el.style.display = 'inline-block'; 232 230 el.style.lineHeight = '1.2'; 233 231 el.style.alignSelf = 'flex-start';