edit of the items positions for matching the artist page to the playlist page

also getting rid of some useless areas
This commit is contained in:
Onur Gümüş 2022-01-24 01:15:15 +03:00
parent c13c9114ea
commit 29caea84dd

View file

@ -2806,6 +2806,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.playlist-body {
padding: 0px var(--contentInnerPadding) 0px var(--contentInnerPadding);
margin-top: -75px;
}
.floating-header {
@ -2833,6 +2834,8 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
bottom: 0;
right: 0;
margin: 0;
margin-top: calc(var(--navigationBarHeight) * -1);
margin-bottom: -10px;
padding: 0;
-webkit-mask-image: radial-gradient(at top left, black, transparent 70%), radial-gradient(at top right, black, transparent 70%), linear-gradient(180deg, rgb(200 200 200), transparent 98%);
opacity: .7;
@ -3104,8 +3107,8 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.more-btn-round {
position: absolute;
bottom: 26px;
right: 32px;
bottom: 84px;
right: 28px;
}
.animated {
@ -3137,6 +3140,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
width: 200px;
height: 200px;
margin: 32px;
margin-top: -5px;
position: relative;
.overlay-play {
@ -3220,7 +3224,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.artist-body {
padding: 0px var(--contentInnerPadding) 0px var(--contentInnerPadding);
margin-top: -48px;
margin-top: -137px;
}
.showmoreless {