Skip to content

Commit

Permalink
feat(image): Add zoom cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed May 26, 2024
1 parent 7559c07 commit 61ba613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/styles/markdown/_image.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
img {
width: 100%;
height: 100%;
cursor: pointer;
cursor: zoom-in;
object-fit: contain;
max-height: 550px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/features/styles/modal/image.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
cursor: zoom-out;

.background {
width: 100vw;
Expand Down

0 comments on commit 61ba613

Please sign in to comment.