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:
Julia Kirschenheuter 2023-07-21 10:44:42 +02:00 committed by GitHub
commit ac745ab059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View file

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long