mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 18:30:39 +01:00
Feature: Use zoom-in for pin image
This commit is contained in:
committed by
Isaac Bythewood
parent
cae05d7dd6
commit
d00a334eee
@@ -95,8 +95,7 @@ export default {
|
|||||||
props: {
|
props: {
|
||||||
pinItem,
|
pinItem,
|
||||||
},
|
},
|
||||||
// width: pinItem.orgianl_width,
|
scroll: 'keep',
|
||||||
hasModalCard: true,
|
|
||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user