Browse Source

Feature: Use zoom-in for pin image

pull/169/head
winkidney 5 years ago
committed by Isaac Bythewood
parent
commit
d00a334eee
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      pinry-spa/src/components/Pins.vue

+ 2
- 3
pinry-spa/src/components/Pins.vue View File

@@ -95,8 +95,7 @@ export default {
props: { props: {
pinItem, pinItem,
}, },
// width: pinItem.orgianl_width,
hasModalCard: true,
scroll: 'keep',
customClass: 'pin-preview-at-home', customClass: 'pin-preview-at-home',
}, },
); );
@@ -144,7 +143,7 @@ $avatar-height: 30px;


.pin-card{ .pin-card{
.pin-preview-image { .pin-preview-image {
cursor: pointer;
cursor: zoom-in;
} }
> img { > img {
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;


Loading…
Cancel
Save