mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
parent
eb1927040f
commit
20e372f0fd
1 changed files with 9 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue