mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): correct homepage download comparison (#823)
This commit is contained in:
@@ -215,10 +215,11 @@
|
||||
|
||||
@utility data-bar {
|
||||
height: 2.5rem;
|
||||
width: var(--data-bar-width, 100%);
|
||||
background-image: url("/data-bar-white.svg");
|
||||
background-repeat: repeat-x;
|
||||
background-size: auto 100%;
|
||||
animation: grow-bar 1.5s ease-out forwards;
|
||||
animation: grow-bar var(--data-bar-duration, 1.5s) ease-out forwards;
|
||||
animation-play-state: paused;
|
||||
|
||||
[data-animate] & {
|
||||
@@ -322,7 +323,7 @@
|
||||
width: 0%;
|
||||
}
|
||||
to {
|
||||
width: 100%;
|
||||
width: var(--data-bar-width, 100%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user