Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Nov 6, 2023
1 parent 2ac98e7 commit 5b85ba5
Show file tree
Hide file tree
Showing 5 changed files with 974 additions and 1,156 deletions.
15 changes: 5 additions & 10 deletions croppie.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
.croppie-container .cr-resizer-horizontal {
position: absolute;
pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
.croppie-container .cr-resizer-horizontal::after {
display: block;
position: absolute;
box-sizing: border-box;
Expand All @@ -71,22 +71,18 @@
margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
.croppie-container .cr-resizer-horizontal {
right: -5px;
cursor: col-resize;
width: 10px;
height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
.croppie-container .cr-resizer-horizontal::after {
top: 50%;
margin-top: -5px;
}

.croppie-container .cr-original-image {
display: none;
}

.croppie-container .cr-vp-circle {
border-radius: 50%;
}
Expand All @@ -99,7 +95,6 @@
}

.croppie-container .cr-slider-wrap {
width: 75%;
margin: 15px auto;
text-align: center;
}
Expand All @@ -120,7 +115,7 @@
}

.cr-slider {
width: 85%;
width: 100%;
}

/***********************************/
Expand Down
Loading

0 comments on commit 5b85ba5

Please sign in to comment.