mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 11:45:35 +00:00
reduce featured artists height
This commit is contained in:
parent
3beab7b0a1
commit
a7474d65e9
@ -98,11 +98,15 @@ export default {
|
|||||||
width: 5rem;
|
width: 5rem;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.0rem;
|
top: -.2rem;
|
||||||
right: 0.5rem;
|
right: 0rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.next,
|
.next,
|
||||||
.prev {
|
.prev {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
@ -194,7 +198,7 @@ export default {
|
|||||||
width: 10em;
|
width: 10em;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
transform: translateY(-1em);
|
transform: translateY(-.5em);
|
||||||
transition: all 0.5s ease-in-out;
|
transition: all 0.5s ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user