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:
commit
3309481066
@ -59,8 +59,7 @@ const ResponsiveImage: React.FC<ResponsiveImageProps> = ({
|
|||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
borderRadius: "8px",
|
borderRadius: "8px",
|
||||||
visibility: loading ? "hidden" : "visible",
|
display: loading ? "none" : "unset",
|
||||||
position: loading ? "absolute" : "unset",
|
|
||||||
objectFit: "contain",
|
objectFit: "contain",
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user