chore: styles + remove redundant data file
This commit is contained in:
parent
b23e499b81
commit
c251fc05e7
5 changed files with 10 additions and 95 deletions
|
@ -30,6 +30,7 @@
|
|||
height: 100%;
|
||||
position: relative;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
|
||||
&.shadow::after {
|
||||
position: absolute;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
& .meta {
|
||||
justify-content: start;
|
||||
gap: var(--sizing-md);
|
||||
max-width: calc(70% - var(--sizing-lg));
|
||||
width: calc(55% - var(--sizing-lg));
|
||||
}
|
||||
|
||||
& .meta-text {
|
||||
|
@ -65,7 +65,7 @@
|
|||
& .presentation {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
max-width: calc(60% - var(--sizing-lg));
|
||||
width: calc(55% - var(--sizing-lg));
|
||||
}
|
||||
|
||||
& .count {
|
||||
|
@ -109,6 +109,11 @@
|
|||
|
||||
@media screen and (min-width: 768px) {
|
||||
.music-chart {
|
||||
& .meta,
|
||||
& .presentation {
|
||||
width: calc(80% - var(--sizing-lg));
|
||||
}
|
||||
|
||||
& .item .meta-text {
|
||||
max-width: 85%;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
.avatar-wrapper {
|
||||
margin-bottom: var(--sizing-md);
|
||||
margin-bottom: var(--sizing-sm);
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
|
|
Reference in a new issue