|
@@ -178,7 +178,7 @@
|
|
|
|
|
|
.musicSection {
|
|
|
width: 100%;
|
|
|
- min-height: calc(100vh - var(--barheight) - 20px - 14vh - 210px - 40px - 80px);
|
|
|
+ min-height: calc(100vh - var(--barheight) - 20px - 14vh - 210px - 55px - 80px);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: flex-end;
|
|
@@ -321,11 +321,11 @@
|
|
|
}
|
|
|
|
|
|
.upward{
|
|
|
+ padding-top: 12px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- align-items: center;
|
|
|
- height: 40px;
|
|
|
- background: linear-gradient( 180deg, rgba(20,39,85,0) 0%, #152956 26%, #1B3454 100%);
|
|
|
+ height: 55px;
|
|
|
+ background: linear-gradient( 180deg, rgba(20,39,85,0) 0%, rgba(24,46,85,0.77) 44%, #1B3454 100%);
|
|
|
> img{
|
|
|
width: 19px;
|
|
|
height: 15px;
|
|
@@ -486,7 +486,7 @@
|
|
|
}
|
|
|
}
|
|
|
.musicShareSection{
|
|
|
- min-height: calc(100vh - var(--barheight) - 20vh - 210px - 40px);
|
|
|
+ min-height: calc(100vh - var(--barheight) - 20vh - 210px - 55px);
|
|
|
}
|
|
|
.likeShareItem{
|
|
|
background-color: initial;
|