Miggy Eusebio
há 2 anos
ascendente
cometimento
deba6e6255
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 7C2C0144063354A2
2 ficheiros alterados com
5 adições e
5 eliminações
-
src/webviews/apps/plus/graph/GraphWrapper.tsx
-
src/webviews/apps/plus/graph/graph.scss
|
|
@ -320,6 +320,9 @@ export function GraphWrapper({ |
|
|
|
{graphList.length} commit{graphList.length ? 's' : ''} |
|
|
|
</span> |
|
|
|
)} |
|
|
|
{isLoading && ( |
|
|
|
<span className={'icon--loading'}/> |
|
|
|
)} |
|
|
|
</div> |
|
|
|
<div className="actionbar__group"> |
|
|
|
<span className="badge">Preview</span> |
|
|
|
|
|
@ -228,13 +228,10 @@ a { |
|
|
|
font-family: codicon; |
|
|
|
content: '\eb19'; |
|
|
|
} |
|
|
|
animation: spin 1s infinite linear; |
|
|
|
animation-delay: 0.2s; |
|
|
|
transform-origin: 50% 42%; |
|
|
|
animation: spin .7s steps(30) infinite; |
|
|
|
|
|
|
|
@keyframes spin { |
|
|
|
0% { |
|
|
|
transform: rotate(0deg); |
|
|
|
} |
|
|
|
100% { |
|
|
|
transform: rotate(360deg); |
|
|
|
} |
|
|
|