Explorar o código

Merge pull request #650 from pixelfed/frontend-ui-refactor

Update Timeline.vue, fix avatar height bug in Firefox
daniel %!s(int64=6) %!d(string=hai) anos
pai
achega
0752c66e5b
Modificáronse 3 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      public/js/components.js
  2. BIN=BIN
      public/mix-manifest.json
  3. 1 1
      resources/assets/js/components/Timeline.vue

BIN=BIN
public/js/components.js


BIN=BIN
public/mix-manifest.json


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

@@ -146,7 +146,7 @@
 					</div>
 					<div class="card-body pt-2 contents" style="max-height: 300px; overflow-y: scroll;">
 						<div class="media mb-3 align-items-center" v-for="(n, index) in notifications">
-							<img class="mr-2 rounded-circle img-thumbnail" :src="n.account.avatar" alt="" width="32px" height="32px">
+							<img class="mr-2 rounded-circle" style="border:1px solid #ccc" :src="n.account.avatar" alt="" width="32px" height="32px">
 							<div class="media-body font-weight-light small">
 								<div v-if="n.type == 'favourite'">
 									<p class="my-0">