text wrapper and thumbnail styles

This commit is contained in:
lightling 2024-06-25 21:44:46 -04:00
parent 424a8d0837
commit ca91d9fcb5

View file

@ -48,6 +48,7 @@ mixin embedText
.thumbnail( .thumbnail(
:style='thumbnail.style' :style='thumbnail.style'
) )
.text-wrapper
+link +link
+embedText +embedText
.description( .description(
@ -56,6 +57,11 @@ mixin embedText
</template> </template>
<style scoped lang="sass"> <style scoped lang="sass">
.thumbnail-wrapper
.link,
.link .thumbnail
height: 100%
width: 100%
display: block
</style> </style>