Beta #30

Merged
didirus merged 990 commits from beta into release 2026-06-20 05:06:18 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit f01c901445 - Show all commits
+1 -1
View File
@@ -220,7 +220,7 @@
v-if="collection.description"
:title="formatMessage(commonMessages.descriptionLabel)"
>
<p class="m-0">{{ collection.description }}</p>
<p class="m-0 break-words">{{ collection.description }}</p>
</SidebarCard>
<SidebarCard
v-if="collection.id !== 'following'"
@@ -202,6 +202,8 @@ const orderedCollections = computed(() => {
.description {
color: var(--color-secondary);
font-size: var(--font-size-sm);
word-break: break-word;
}
.stat-bar {