atari-legend / legacy

Source code for the legacy AtariLegend site (Still used for the CPANEL)
https://legacy.atarilegend.com/
GNU General Public License v3.0
3 stars 0 forks source link

MAIN SITE - AL TV tile #755

Closed stgraveyard closed 3 years ago

stgraveyard commented 3 years ago

I see the AL TV tile is now on prod, awesome!

However, there is small bug (created by me). When you click 'ATARI LEGEND TV' title, you go to the AL history page instead of the youtube channel.

nguillaumin commented 3 years ago

What URL should it be?

stgraveyard commented 3 years ago

Nico, same as the one at 'read more' in that same tile at the bottom....

stgraveyard commented 3 years ago

Also, I think something changed in the css. In phone view / 1 tile view the 'more' and 'read more' don't have an empty line below them and are now right above the border of the tile. Details, I know, but it wasn't like this...

nguillaumin commented 3 years ago

I fixed the link on dev.

For the CSS yes, the problem is that the browser is caching the CSS so when we make a change it does not appear immediately. If you clear your cache it should work. I had the same problem on prod when I deployed the changes the AL TV tile did not look good.

I want to address this at some point by having Grunt automatically add a unique identifier to the CSS to bust the cache.