mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
add more metadata to album header / side
This commit is contained in:
@@ -27,7 +27,11 @@
|
||||
.metadata-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
grid-area: metadata;
|
||||
gap: var(--theme-spacing-xl);
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.songs-column {
|
||||
@@ -53,6 +57,47 @@
|
||||
}
|
||||
}
|
||||
|
||||
.external-links-group {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.metadata-pill-group {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.pill-group-wrapper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
& > div {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
@container (min-width: $mantine-breakpoint-sm) {
|
||||
.metadata-column {
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.external-links-group {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.metadata-pill-group {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.pill-group-wrapper {
|
||||
justify-content: flex-start;
|
||||
|
||||
& > div {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@container (min-width: $mantine-breakpoint-lg) {
|
||||
.content-layout {
|
||||
grid-template-areas: 'songs metadata';
|
||||
|
||||
Reference in New Issue
Block a user