Skip to content

Commit

Permalink
Merge pull request #80 from Sherlockouo/yuzh-dev
Browse files Browse the repository at this point in the history
fix: electron update
  • Loading branch information
Sherlockouo authored Dec 18, 2023
2 parents e911044 + 9c39b5a commit 30f5523
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 507 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"electron": "^23.1.4",
"electron": "^28.0.0",
"electron-winstaller": "^5.1.0",
"eslint": "^8.31.0",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^5.1.1",
"tsx": "^3.12.1",
"turbo": "^1.10.16",
"turbo": "^1.11.2",
"typescript": "^4.9.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web/components/CoverRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Playlist = ({ playlist }: { playlist: Playlist }) => {
onMouseOver={prefetch}
/>
{/* Hover mask layer */}
<div className='pointer-events-none absolute inset-0 w-full bg-gradient-to-b from-transparent to-black opacity-0 transition-all duration-400 group-hover:opacity-100 '></div>
<div className='pointer-events-none absolute inset-0 rounded-24 w-full bg-gradient-to-b from-transparent to-black opacity-0 transition-all duration-400 group-hover:opacity-100 '></div>
{/* Name */}
<div className='pointer-events-none absolute bottom-0 p-3 text-sm font-medium text-neutral-300 opacity-0 transition-all duration-400 group-hover:opacity-100'>
{playlist.name}
Expand Down
Loading

0 comments on commit 30f5523

Please sign in to comment.