mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Merge pull request #30937 from Brennii96/feature-app-version-sidebar
This commit is contained in:
commit
9005cd0837
5 changed files with 15 additions and 6 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 {
|
||||
|
|
|
|||
4
dist/settings-apps-647.js
vendored
4
dist/settings-apps-647.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-apps-647.js.map
vendored
2
dist/settings-apps-647.js.map
vendored
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
Loading…
Reference in a new issue