diff --git a/src/claude_code_transcripts/__init__.py b/src/claude_code_transcripts/__init__.py index e4854a3..faf07a7 100644 --- a/src/claude_code_transcripts/__init__.py +++ b/src/claude_code_transcripts/__init__.py @@ -1062,7 +1062,7 @@ def render_message(log_type, message_json, timestamp): .pagination a:hover { background: var(--user-bg); } .pagination .current { background: var(--user-border); color: white; } .pagination .disabled { color: var(--text-muted); border: 1px solid #ddd; } -.pagination .index-link { background: var(--user-border); color: white; } +.pagination .pagination-sep { width: 1px; padding: 0; margin: 0 4px; background: #ccc; } details.continuation { margin-bottom: 16px; } details.continuation summary { cursor: pointer; padding: 12px 16px; background: var(--user-bg); border-left: 4px solid var(--user-border); border-radius: 12px; font-weight: 500; color: var(--text-muted); } details.continuation summary:hover { background: rgba(25, 118, 210, 0.15); } diff --git a/src/claude_code_transcripts/templates/macros.html b/src/claude_code_transcripts/templates/macros.html index 06018d3..0b5ea69 100644 --- a/src/claude_code_transcripts/templates/macros.html +++ b/src/claude_code_transcripts/templates/macros.html @@ -1,10 +1,11 @@ {# Pagination for regular pages #} {% macro pagination(current_page, total_pages) %} {% if total_pages <= 1 %} -
+ {%- else %}5 prompts · 33 messages · 12 tool calls · 2 commits · 2 pages
@@ -180,10 +181,11 @@2 prompts · 7 messages · 2 tool calls · 1 commits · 1 pages
@@ -172,9 +173,10 @@