|
|
@@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div class="masonry"> |
|
|
|
<div class="masonry text-white"> |
|
|
|
<figure v-for="file in files"> |
|
|
|
<img :src="file.replace('./', 'https://files.erudi.fr/screenshit/')"> |
|
|
|
<img :src="'https://files.erudi.fr/screenshit/' + file"> |
|
|
|
</figure> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@@ -27,7 +27,7 @@ figure { |
|
|
|
grid-template-rows: 1fr auto; |
|
|
|
} |
|
|
|
|
|
|
|
figure > img { |
|
|
|
figure>img { |
|
|
|
grid-row: 1 / -1; |
|
|
|
grid-column: 1; |
|
|
|
} |
|
|
@@ -40,7 +40,7 @@ figure a { |
|
|
|
figcaption { |
|
|
|
grid-row: 2; |
|
|
|
grid-column: 1; |
|
|
|
background-color: rgba(255,255,255,.5); |
|
|
|
background-color: rgba(255, 255, 255, .5); |
|
|
|
padding: .2em .5em; |
|
|
|
justify-self: start; |
|
|
|
} |
|
|
|