Browse Source

Merge pull request #1398 from pixelfed/trwnh-fix-1394

fix #1394
daniel 6 years ago
parent
commit
d6bdfe3d73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/assets/js/components/SearchResults.vue

+ 1 - 1
resources/assets/js/components/SearchResults.vue

@@ -69,7 +69,7 @@
 				<p class="col-12 font-weight-bold text-muted">Statuses</p>
 				<p class="col-12 font-weight-bold text-muted">Statuses</p>
 				<a v-for="(status, index) in results.statuses" class="col-12 col-md-4 mb-3" style="text-decoration: none;" :href="status.url">
 				<a v-for="(status, index) in results.statuses" class="col-12 col-md-4 mb-3" style="text-decoration: none;" :href="status.url">
 					<div class="card">
 					<div class="card">
-						<img class="card-img-top img-fluid" :src="status.thumb" style="height:180px;">
+						<img class="card-img-top img-fluid" :src="status.thumb">
 						<div class="card-body text-center ">
 						<div class="card-body text-center ">
 							<p class="mb-0 small text-truncate font-weight-bold text-muted" v-html="status.value">
 							<p class="mb-0 small text-truncate font-weight-bold text-muted" v-html="status.value">
 							</p>
 							</p>