diff --git a/frontend/src/views/KnowledgeView.vue b/frontend/src/views/KnowledgeView.vue
index eba7ed1..8ca13a4 100644
--- a/frontend/src/views/KnowledgeView.vue
+++ b/frontend/src/views/KnowledgeView.vue
@@ -1,5 +1,5 @@
@@ -380,8 +367,8 @@ watchEffect(() => {
Start by creating a note, saving a person or place, or making a list.
-
-
+
+
-
-
- Loading…
-
+
+
Loading…
@@ -730,7 +715,7 @@ watchEffect(() => {
display: flex;
flex-direction: column;
gap: 8px;
- min-height: 100px;
+ min-height: 160px;
overflow: hidden;
}
.k-card:hover {
@@ -777,7 +762,7 @@ watchEffect(() => {
font-size: 0.8rem;
color: var(--color-muted);
display: -webkit-box;
- -webkit-line-clamp: 3;
+ -webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.45;
@@ -877,15 +862,11 @@ watchEffect(() => {
}
.empty-hint { font-size: 0.85rem; opacity: 0.7; }
-/* ── Infinite scroll sentinel ────────────────────────────── */
-.scroll-sentinel {
- grid-column: 1 / -1; /* span all columns so it's not a card-sized slot */
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
-}
-.sentinel-loading {
+/* ── Load more indicator ─────────────────────────────────── */
+.load-more-indicator {
+ grid-column: 1 / -1;
+ padding: 16px;
+ text-align: center;
font-size: 0.8rem;
color: var(--color-muted);
}