Improved release media layout.

This commit is contained in:
2020-06-30 01:07:48 +02:00
parent b22fdd841b
commit 08dc06c810
11 changed files with 515 additions and 203 deletions

View File

@@ -73,17 +73,21 @@ export default {
scrollbar-width: none;
&.expanded {
flex-wrap: wrap;
justify-content: center;
/*
display: grid;
grid-gap: .5rem;
grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
*/
.photo-link {
margin: 0;
margin: 0 .5rem .5rem 0;
}
.photo {
width: 100%;
height: 100%;
height: 18rem;
}
}