mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add albums from the same artist to album view
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user