fix feature steps glitch

This commit is contained in:
Julien Calixte
2023-07-30 16:44:42 +02:00
parent f68601c957
commit c72948efc1
6 changed files with 59 additions and 30 deletions

View File

@@ -14,9 +14,8 @@ const featureStore = useFeatureStore()
<div class="card">
Features
<span class="numeric">
{{ featureStore.totalFeaturesDone }}/<span class="sub">
{{ featureStore.totalFeaturesCount }}
</span>
{{ featureStore.totalFeaturesDone
}}<span class="sub">/{{ featureStore.totalFeaturesCount }} </span>
</span>
</div>
<div class="card">
@@ -94,10 +93,6 @@ const featureStore = useFeatureStore()
justify-content: center;
}
.sub {
font-size: 12pt;
}
.cards {
display: flex;
flex-wrap: wrap;