mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Fixing edge bug
This commit is contained in:
@@ -55,11 +55,12 @@ two-up[legacy-clip-compat] > :not(.two-up-handle) {
|
|||||||
border-radius: calc(var(--thumb-size) * 0.08);
|
border-radius: calc(var(--thumb-size) * 0.08);
|
||||||
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
|
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
|
||||||
color: var(--thumb-color);
|
color: var(--thumb-color);
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 0 48%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrubber svg {
|
.scrubber svg {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin: 0 25%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
two-up[orientation='vertical'] .two-up-handle {
|
two-up[orientation='vertical'] .two-up-handle {
|
||||||
|
|||||||
Reference in New Issue
Block a user