mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 11:39:08 +00:00
Round two-up thumb
This commit is contained in:
@@ -46,7 +46,7 @@ two-up[legacy-clip-compat] > :not(.two-up-handle) {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
width: var(--thumb-size);
|
width: var(--thumb-size);
|
||||||
height: calc(var(--thumb-size) * 0.9);
|
height: var(--thumb-size);
|
||||||
background: var(--thumb-background);
|
background: var(--thumb-background);
|
||||||
border-radius: var(--thumb-size);
|
border-radius: var(--thumb-size);
|
||||||
color: var(--thumb-color);
|
color: var(--thumb-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user