Skip to content

Commit b0d896b

Browse files
committed
update
1 parent 0a40bf7 commit b0d896b

File tree

5 files changed

+449
-503
lines changed

5 files changed

+449
-503
lines changed

astro.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,9 @@ export default defineConfig({
9090
link: '/elements/side/'
9191
},{
9292
label: 'o-arc',
93-
badge: 'updated',
9493
link: '/elements/arc/'
9594
}, {
9695
label: 'o-progress',
97-
badge: 'updated',
9896
link: '/elements/progress/'
9997
}, {
10098
label: 'capsule',

src/assets/orbit.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
/*
33
* orbit
4-
* v.1.3.0
4+
* v.1.4.3
55
* Author Juan Martin Muda - Zumerlab
66
* License MIT
77
**/
88
@charset "UTF-8";
99

10-
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-18148-TceksHLRLm1a/orbit/src/orbit.css */
10+
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-23140-k3CpJPexpehL/orbit/src/orbit.css */
1111
.gravity-spot * {
1212
box-sizing: border-box;
1313
margin: 0;
@@ -1119,6 +1119,7 @@ body > .bigbang {
11191119
--o-direction: 1;
11201120
--o-size-ratio: 1;
11211121
--o-initial-orbit: 0;
1122+
--o-angle: 0;
11221123
width: 0;
11231124
aspect-ratio: 1;
11241125
position: relative;

0 commit comments

Comments
 (0)