Skip to content

Commit 6fd4ea0

Browse files
committed
Ellipsis - fix size support and export new version to bit.dev
1 parent 60b538d commit 6fd4ea0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bitmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"origin": "AUTHORED",
5656
"exported": true
5757
},
58-
"joshk.react-spinners-css/[email protected].5": {
58+
"joshk.react-spinners-css/[email protected].6": {
5959
"files": [
6060
{
6161
"relativePath": "src/components/Ellipsis/index.js",

src/components/Ellipsis/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
}
55
.lds-ellipsis div {
66
position: absolute;
7-
top: 41%;
8-
width: 16%;
9-
height: 16%;
7+
top: 41.25%;
8+
width: 16.25%;
9+
height: 16.25%;
1010
border-radius: 50%;
1111
background: #fff;
1212
animation-timing-function: cubic-bezier(0, 1, 1, 0);
@@ -48,6 +48,6 @@
4848
transform: translate(0, 0);
4949
}
5050
100% {
51-
transform: translate(180%, 0);
51+
transform: translate(184.61%, 0);
5252
}
5353
}

0 commit comments

Comments
 (0)