in reply to Re^2: RFC: "Today I Learned" page
in thread RFC: "Today I Learned" page
jdporter, could you add a class attribute to the links with the title attributes (both here and on other pages that put the post-time in the title text, like Newest Nodes and RAT) -- something like <a class="hoverDate" ...> -- so that monks who want to show the dates without hovering can affect it in their Display Settings CSS, like:
@media (pointer: coarse), (hover: none) { .hoverDate a:link:before { content: attr(title) ": "; font-size:75%; f +ont-family: monospace; } }
Without the class -- which is how i tested to make sure it would affect my phone experience but not my desktop experience -- too many other links on normal pages have titles, and it gets really cluttered. But if I could limit it by class, I would be able to easily see the dates on TIL/NN/RAT, which would be great.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: RFC: "Today I Learned" page
by jdporter (Paladin) on Jan 12, 2024 at 16:10 UTC | |
by pryrt (Abbot) on Jan 12, 2024 at 17:10 UTC |