v0.2.8: Fix callback AttributeError and enhance metadata display

This commit is contained in:
2026-01-07 15:09:12 +09:00
parent 68d12372ad
commit d0dfef1445
5 changed files with 36 additions and 5 deletions

View File

@@ -149,6 +149,7 @@
letter-spacing: -0.025em;
background: linear-gradient(135deg, #fff 0%, #cbd5e1 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@@ -263,6 +264,7 @@
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
word-break: break-all;