Merge pull request #30937 from Brennii96/feature-app-version-sidebar

This commit is contained in:
John Molakvoæ 2022-02-03 18:02:18 +01:00 committed by GitHub
commit 9005cd0837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 6 deletions

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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long