3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-11 17:55:51 +00:00

Merge pull request #62 from Philreact/bugfix/fix-horizontal-overflow

fix horizontal overflow
This commit is contained in:
Qortal Dev 2025-01-06 11:39:53 -07:00 committed by GitHub
commit 3309481066
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,8 +59,7 @@ const ResponsiveImage: React.FC<ResponsiveImageProps> = ({
width: "100%",
height: "100%",
borderRadius: "8px",
visibility: loading ? "hidden" : "visible",
position: loading ? "absolute" : "unset",
display: loading ? "none" : "unset",
objectFit: "contain",
}}
/>