Add app version to sidebar, mainly for mobile view as it disappears from list view

Signed-off-by: Brendan O'Neill brendan.oneill96@hotmail.co.uk
This commit is contained in:
Brendan 2022-01-30 22:55:40 +00:00 committed by John Molakvoæ
parent eb1927040f
commit 20e372f0fd
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -107,6 +107,9 @@
{{ t('settings', 'Featured') }}</span>
<AppScore v-if="hasRating" :score="app.appstoreData.ratingOverall" />
</div>
<div class="app-version">
<p>{{ app.version }}</p>
</div>
</template>
<!-- Tab content -->
@ -318,6 +321,12 @@ export default {
}
}
.app-sidebar-header__description {
.app-version {
padding-left: 10px;
}
}
// default icon slot styling
&.app-sidebar--without-background {
.app-sidebar-header__figure {