diff --git a/src/renderer/views/components/mediaitem-square-large.ejs b/src/renderer/views/components/mediaitem-square-large.ejs index dddc3836..ea1b7c33 100644 --- a/src/renderer/views/components/mediaitem-square-large.ejs +++ b/src/renderer/views/components/mediaitem-square-large.ejs @@ -17,7 +17,7 @@ :style="[(!(item.attributes.playParams ? (item.attributes.playParams.kind ?? (item.type ?? '')): (item.type ?? '')).includes('radioStation') && !(item.attributes.playParams ? (item.attributes.playParams.kind ?? (item.type ?? '')): (item.type ?? '')).includes('song')) ? {'margin': '140px','position': 'absolute', width: '40px', height: '40px',} : - {margin: '35px', 'position': 'absolute', + {margin: '35px', 'position': 'absolute','position': 'absolute', width: '120px', height: '120px',}]" @click="app.playMediaItem(item)"> <%- include("../svg/play.svg") %> @@ -28,7 +28,7 @@ :style="[(!(item.attributes.playParams ? (item.attributes.playParams.kind ?? (item.type ?? '')): (item.type ?? '')).includes('radioStation') && !(item.attributes.playParams ? (item.attributes.playParams.kind ?? (item.type ?? '')): (item.type ?? '')).includes('song')) ? {'position': 'absolute','margin': '140px', width: '40px', 'margin-left': '10px', height: '40px',} : - {display: 'none',margin: '35px', + {display: 'none',margin: '35px','position': 'absolute', width: '120px', height: '120px',}]" @click="clickContext() "> <%- include("../svg/more.svg") %> @@ -46,10 +46,10 @@
<%- include("../svg/play.svg") %> @@ -60,7 +60,7 @@ :style="[(!(item.attributes.playParams ? (item.attributes.playParams.kind ?? (item.type ?? '')): (item.type ?? '')).includes('radioStation') && !(item.attributes.playParams ? (item.attributes.playParams.kind ?? (item.type ?? '')): (item.type ?? '')).includes('song')) ? {'position': 'absolute','margin': '140px', width: '40px', 'margin-left': '10px', height: '40px',} : - {display: 'none',margin: '35px', + {display: 'none',margin: '35px','position': 'absolute', width: '120px', height: '120px',}]" @click="console.log('as');contextMenu()"> <%- include("../svg/more.svg") %> diff --git a/src/renderer/views/components/mediaitem-square-sp.ejs b/src/renderer/views/components/mediaitem-square-sp.ejs index b1a79d03..d5635965 100644 --- a/src/renderer/views/components/mediaitem-square-sp.ejs +++ b/src/renderer/views/components/mediaitem-square-sp.ejs @@ -52,10 +52,10 @@
<%- include("../svg/play.svg") %> @@ -66,7 +66,7 @@ :style="[(!(item.attributes.playParams ? (item.attributes.playParams.kind ?? (item.type ?? '')): (item.type ?? '')).includes('radioStation') && !(item.attributes.playParams ? (item.attributes.playParams.kind ?? (item.type ?? '')): (item.type ?? '')).includes('song')) ? {'position': 'absolute','margin': '140px', width: '40px', 'margin-left': '10px', height: '40px',} : - {display: 'none',margin: '35px', + {display: 'none',margin: '35px','position': 'absolute', width: '120px', height: '120px',}]" @click="clickContext()"> <%- include("../svg/more.svg") %> diff --git a/src/renderer/views/pages/artist.ejs b/src/renderer/views/pages/artist.ejs index cbac6172..b9c2a49d 100644 --- a/src/renderer/views/pages/artist.ejs +++ b/src/renderer/views/pages/artist.ejs @@ -29,7 +29,14 @@

{{ data.attributes.name }}

- +