fix feature steps glitch
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user