Skip to content

Commit

Permalink
TagContent: Add subline
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Sep 1, 2022
1 parent 55cea42 commit 8c30869
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/views/TagContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
{{ path }}
</h2>
</div>
<div class="heading-subline">
{{ n('photos', '%n photo', '%n photos', tag.files.length,) }}
</div>
<EmptyContent v-if="isEmpty" key="emptycontent" illustration-name="empty">
{{ t('photos', 'No tags yet') }}
<template #desc>
Expand Down Expand Up @@ -198,4 +201,10 @@ export default {
margin: 0;
}
}
.heading-subline {
margin-left: 85px;
margin-top: -11px;
color: var(--color-text-maxcontrast);
}
</style>

0 comments on commit 8c30869

Please sign in to comment.