feat(wallpaper): add pixel city wallpaper to the wallpaper collection
All checks were successful
Deploy / deploy (push) Successful in 12s
All checks were successful
Deploy / deploy (push) Successful in 12s
This commit is contained in:
@@ -31,7 +31,10 @@ export default function Desktop() {
|
||||
return (
|
||||
<div
|
||||
className="desktop"
|
||||
style={{ background: WALLPAPERS[state.wallpaper] }}
|
||||
style={{
|
||||
background: WALLPAPERS[state.wallpaper],
|
||||
backgroundSize: WALLPAPERS[state.wallpaper].startsWith('url(') ? 'cover' : undefined,
|
||||
}}
|
||||
onContextMenu={handleContextMenu}
|
||||
onClick={() => setCtxMenu(null)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user