Skip to content

Commit

Permalink
chore: update transpiled files
Browse files Browse the repository at this point in the history
  • Loading branch information
d--j committed Nov 3, 2023
1 parent 98e8170 commit 4f86a41
Show file tree
Hide file tree
Showing 12 changed files with 1,330 additions and 1,361 deletions.
16 changes: 7 additions & 9 deletions dist/iv-viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
.iv-container {
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.iv-fullscreen {
position: fixed;
Expand Down Expand Up @@ -79,8 +82,7 @@
}
.iv-snap-image {
position: relative;
-ms-touch-action: none;
touch-action: none;
touch-action: none;
}
.iv-snap-handle {
box-sizing: border-box;
Expand Down Expand Up @@ -134,12 +136,9 @@
bottom: 0;
width: 24px;
cursor: pointer;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
align-items: center;
justify-content: center;
}
.iv-button-zoom:before, .iv-button-zoom--in:before, .iv-button-zoom--out:before, .iv-button-zoom:after, .iv-button-zoom--in:after, .iv-button-zoom--out:after {
content: "";
Expand Down Expand Up @@ -177,8 +176,7 @@
max-width: 100%;
max-height: 100%;
position: absolute;
-ms-touch-action: none;
touch-action: none;
touch-action: none;
transform: translate3d(0, 0, 0);
}
.iv-loader {
Expand Down
Loading

0 comments on commit 4f86a41

Please sign in to comment.