Add a max-width on thumbnails
This commit is contained in:
parent
139568f85e
commit
9e71b946e3
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<template v-if="photo">
|
<template v-if="photo">
|
||||||
<br/>
|
<br/>
|
||||||
<img :src="photo" height=200 />
|
<img :src="photo" height="200" style="max-width: 25vw" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="showNotes">
|
<template v-if="showNotes">
|
||||||
|
Loading…
Reference in New Issue
Block a user