1
0
Fork 0

Merge pull request #1236 from pixelfed/trwnh-moment-container

fix moment ui container sizing
This commit is contained in:
daniel 2019-05-01 14:20:45 -06:00 committed by GitHub
commit 8d86e74756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@
<div class="card-columns" v-if="mode == 'grid'">
<div class="p-sm-2 p-md-3" v-for="(s, index) in timeline">
<a class="card info-overlay card-md-border-0" :href="s.url">
<img :src="previewUrl(s)" class="img-fluid">
<img :src="previewUrl(s)" class="img-fluid w-100">
</a>
</div>
</div>