adrienpoly / rubyvideo

Indexing all Ruby related videos
https://rubyvideo.dev
252 stars 49 forks source link

In talk show view, clicking speaker tab sends tab content to bottom of page #411

Open ttilberg opened 2 hours ago

ttilberg commented 2 hours ago

When I click the speaker tab here:

image

The content is sent to the bottom of the page: image

This seems to be caused by the .avatar class in this container:

image

When I deselect .avatar>div: aspect-ratio: 1 / 1 the layout is fixed.

Safari 17.6 MacOS

ttilberg commented 2 hours ago

I don't know what other effects are intended with aspect-ratio: 1/1, or how this reacts in other browsers, so I fear unintended consequences of me trying to fix this myself.