mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 01:11:29 +03:00
Add project backgrounds
This commit is contained in:
@@ -60,7 +60,7 @@ const Item = React.memo(
|
||||
<div
|
||||
className={styles.thumbnail}
|
||||
style={{
|
||||
backgroundImage: coverUrl && `url(${coverUrl}`,
|
||||
background: coverUrl && `url("${coverUrl}") center / cover`,
|
||||
}}
|
||||
>
|
||||
{coverUrl ? (
|
||||
|
||||
Reference in New Issue
Block a user