chore: styles + remove redundant data file

This commit is contained in:
Cory Dransfeldt 2024-05-10 21:17:12 -07:00
parent b23e499b81
commit c251fc05e7
No known key found for this signature in database
5 changed files with 10 additions and 95 deletions

View file

@ -30,6 +30,7 @@
height: 100%;
position: relative;
display: flex;
overflow: hidden;
&.shadow::after {
position: absolute;

View file

@ -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%;
}

View file

@ -3,7 +3,7 @@
}
.avatar-wrapper {
margin-bottom: var(--sizing-md);
margin-bottom: var(--sizing-sm);
width: 100%;
justify-content: center;
overflow: hidden;