fix: remove image auto background
This commit is contained in:
@@ -78,11 +78,7 @@ const SingleImage: React.FC<SingleImageProps> = (props) => {
|
|||||||
background: `url(${dataUrl}) center center / cover no-repeat`
|
background: `url(${dataUrl}) center center / cover no-repeat`
|
||||||
}}
|
}}
|
||||||
></div>
|
></div>
|
||||||
<<<<<<< HEAD
|
*/}
|
||||||
)}
|
|
||||||
=======
|
|
||||||
)} */}
|
|
||||||
>>>>>>> 2c31c4a (fix: jump to playground from model list)
|
|
||||||
<span
|
<span
|
||||||
className="thumb-img"
|
className="thumb-img"
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user