adrienpoly / rubyvideo

Indexing all Ruby related videos
https://rubyvideo.dev
263 stars 51 forks source link

fix css for avatar in tab #413

Closed adrienpoly closed 1 week ago

adrienpoly commented 1 week ago

close #411

We had a bug when displaying an avatar inside a tab in Safari Setting the img height to auto rather than 100% seems to do the trick

adrienpoly commented 1 week ago

after further investigation I found this issue https://github.com/saadeghi/daisyui/issues/2988 and the suggested fix seems to correct the problem on safari