Skip to content

Commit

Permalink
fix: update the css for header text to render when it is collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
lumpinif committed Nov 27, 2024
1 parent 6850117 commit d8d049d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/chrome/public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ div[data-is-streaming]
}

/* Update the text of the header */
div[data-is-streaming]
[data-thinking-block-state="collapsed"]

div[data-thinking-block-state="collapsed"]
pre:first-child
.text-text-300.absolute.pl-3.pt-2\.5.text-xs:not(:empty)::after {
content: "Open Claude's thinking";
content: "View Claude's thinking" !important;
font-size: 0.875rem; /* Restore font size */
cursor: pointer;
font-family: var(--font-user-message);
Expand Down

0 comments on commit d8d049d

Please sign in to comment.