mirror of
https://github.com/Qortal/q-tube.git
synced 2025-02-11 09:45:51 +00:00
fix horizontal overflow
This commit is contained in:
parent
7b9217eed2
commit
03e7e954e7
@ -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",
|
||||
}}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user