Skip to content

Commit

Permalink
Fix content header publication status icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Jan 24, 2025
1 parent 48b5d9b commit 3ebd7f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tekst-Web/src/components/browse/ContentContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const fromChildLevel = computed(
class="content-header-title"
:class="{ reduced: browse.reducedView, b: browse.reducedView }"
>
<span>
<span class="text-large">
<translation-display v-if="resource.title" :value="resource.title" />
</span>
<n-icon
Expand Down Expand Up @@ -201,7 +201,6 @@ const fromChildLevel = computed(
display: flex;
align-items: center;
gap: 8px;
font-size: var(--font-size-large);
color: var(--accent-color);
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit 3ebd7f6

Please sign in to comment.