1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-24 16:53:17 +00:00

fix moment ui container sizing

This commit is contained in:
trwnh 2019-05-01 03:33:40 -05:00 committed by GitHub
parent c253436808
commit 4506891a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>