in reply to Re^2: RFC: "Today I Learned" page
in thread RFC: "Today I Learned" page

I did, and still didn't see them. Now I do. Just have to hover way longer than expected.

Maybe add --- Dec 2023 --- separators or somesuch.


Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^4: RFC: "Today I Learned" page
by jdporter (Paladin) on Jan 25, 2024 at 23:00 UTC

    The list now highlights those rows (at the top) which are new since your last visit.

Re^4: RFC: "Today I Learned" page
by jdporter (Paladin) on Jan 15, 2024 at 15:16 UTC
      (although maybe that only works on mobile browsers)

      The link:before ... content to expose an attribute is a CSS feature, not a mobile-browser feature.

      The @media shown is what restricts my solution to browsers like used on mobile devices, but using no @media or a different @media definition can make it work on desktops as well.

      While debugging the CSS, I actually didn't use the @media, so I could see it on my desktop browser (since that's where I was editing the CSS anyway) to make sure it was working, then I added in the @media and made sure it stopped showing on desktop but did still show on mobile.