Fix: QOL Animation on Extensions

This commit is contained in:
Youwes09
2026-04-20 21:44:30 -05:00
parent 3f7102556b
commit 1a5c63a607
3 changed files with 54 additions and 27 deletions
+2 -2
View File
@@ -102,7 +102,7 @@
.toast-info .icon { color: var(--text-muted); }
.toast-download .icon { color: var(--accent-fg); }
.body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.title { font-size: var(--text-xs); font-family: var(--font-ui); color: var(--text-secondary); font-weight: var(--weight-medium); letter-spacing: var(--tracking-wide); line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sub { font-family: var(--font-ui); font-size: var(--text-2xs); color: var(--text-faint); letter-spacing: var(--tracking-wide); line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
</style>
</style>