add albums from the same artist to album view

This commit is contained in:
geoffrey45
2021-12-12 02:49:42 +03:00
parent e970324314
commit 7d0f38755b
7 changed files with 388 additions and 108 deletions
@@ -98,7 +98,7 @@ export default {
width: 5rem;
height: 2rem;
position: absolute;
top: -.2rem;
top: -0.2rem;
right: 0rem;
display: flex;
justify-content: space-between;
@@ -193,7 +193,7 @@ export default {
width: 10em;
}
&:hover {
transform: translateY(-.5em);
transform: translateY(-0.5em);
transition: all 0.5s ease-in-out;
}
}
@@ -223,18 +223,18 @@ export default {
color: #ffffff;
}
.blur {
.blur {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
backdrop-filter: blur(100px);
-webkit-backdrop-filter: blur(100px);
-moz-backdrop-filter: blur(100px);
backdrop-filter: blur(40px);
-webkit-backdrop-filter: blur(40px);
-moz-backdrop-filter: blur(40px);
border-radius: $small;
}
.s2 {
.s2 {
position: absolute;
left: -2em;
bottom: -4em;