瀏覽代碼

Merge pull request #345 from kerenon/fix-343

Don't zoom in on small images in preview window
pull/347/head
Ji Qu 2 年之前
committed by GitHub
父節點
當前提交
47985598b4
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      pinry-spa/src/components/PinPreview.vue

+ 4
- 1
pinry-spa/src/components/PinPreview.vue 查看文件

@@ -120,6 +120,9 @@ export default {
}
/* preview size should always less then screen */
.card-image img {
width: 100%;
padding: 10px;
margin-left: auto;
margin-right: auto;
width: auto;
}
</style>

Loading…
取消
儲存