mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-07-29 05:49:50 +00:00
Clean up
This commit is contained in:
committed by
Juha Ristolainen
parent
ed2b511762
commit
96bd68be7c
@ -16,8 +16,8 @@
|
||||
.circle-progress {
|
||||
float: left;
|
||||
position: relative;
|
||||
width: 7rem;
|
||||
height: 7rem;
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
}
|
||||
|
||||
.circle-progress .tooltiptext {
|
||||
@ -58,7 +58,7 @@ svg {
|
||||
}
|
||||
|
||||
.language {
|
||||
padding-top: 2.5rem;
|
||||
padding-top: 2rem;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
<link rel="stylesheet" href="file:///${profile.style}">
|
||||
<link rel="stylesheet" href="file:///${style}">
|
||||
<h3> ${profile.user} Level ${profile.level} (${profile.total_xp} XP)
|
||||
<% if( profile.new_xp > 0 ) { %>
|
||||
<sup>(
|
||||
@ -62,5 +62,3 @@
|
||||
</div>
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
<circle cx="60" cy="60" r="50"/>
|
Reference in New Issue
Block a user