mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 10:20: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: {
|
||||
pinItem,
|
||||
},
|
||||
// width: pinItem.orgianl_width,
|
||||
hasModalCard: true,
|
||||
scroll: 'keep',
|
||||
customClass: 'pin-preview-at-home',
|
||||
},
|
||||
);
|
||||
@@ -144,7 +143,7 @@ $avatar-height: 30px;
|
||||
|
||||
.pin-card{
|
||||
.pin-preview-image {
|
||||
cursor: pointer;
|
||||
cursor: zoom-in;
|
||||
}
|
||||
> img {
|
||||
border-radius: 3px 3px 0 0;
|
||||
|
||||
Reference in New Issue
Block a user