* fix squashed alert thumbnails in filmstrip

* add genai debug logs

* consistent themed image loading indicator background color

* improve image loading skeleton in object lifecycle pane

* less rounding when screen is smaller

* use browser back button to dismiss review pane

* initial state
This commit is contained in:
Josh Hawkins
2024-10-01 08:01:45 -05:00
committed by GitHub
parent 141cf39368
commit fafe5623d1
6 changed files with 39 additions and 9 deletions

View File

@@ -200,7 +200,7 @@ function ExploreThumbnailImage({
<img
ref={imgRef}
className={cn(
"absolute h-full w-full cursor-pointer rounded-lg object-cover transition-all duration-300 ease-in-out md:rounded-2xl",
"absolute h-full w-full cursor-pointer rounded-lg object-cover transition-all duration-300 ease-in-out lg:rounded-2xl",
)}
style={
isIOS