mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #39460 from nextcloud/fix/39413-add-more-space-belowitem-preview-explanation
Add more space below item preview explanation
This commit is contained in:
commit
ac745ab059
3 changed files with 8 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<div class="theming__preview-image" :style="{ backgroundImage: 'url(' + img + ')' }" @click="onToggle" />
|
||||
<div class="theming__preview-description">
|
||||
<h3>{{ theme.title }}</h3>
|
||||
<p>{{ theme.description }}</p>
|
||||
<p class="theming__preview-explanation">{{ theme.description }}</p>
|
||||
<span v-if="enforced" class="theming__preview-warning" role="note">
|
||||
{{ t('theming', 'Theme selection is enforced') }}
|
||||
</span>
|
||||
|
|
@ -123,6 +123,10 @@ export default {
|
|||
background-size: cover;
|
||||
}
|
||||
|
||||
&-explanation {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
&-description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
4
dist/theming-personal-theming.js
vendored
4
dist/theming-personal-theming.js
vendored
File diff suppressed because one or more lines are too long
2
dist/theming-personal-theming.js.map
vendored
2
dist/theming-personal-theming.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue