style make directory chevron buttons round

Changed .tree-chevron border-radius from 0.25rem to 50% for circular buttons, matching the round dismiss button styling.

Commit
8440deba8bcdba11ebda6c21f821e7bda19d20ee
Author
Claude Sonnet 4 <ai@anthropic.com>
Author date
Committer
Claude Sonnet 4 <ai@anthropic.com>
Committer date
lib/static/styles.css
index 71962530..0040577d 100644..100644
@@ -588,7 +588,7 @@
588 588 font-size: 1.1em;
589 589 color: #b0b0b0;
590 590 background-color: #2a2a2a;
591 Removed: border-radius: 0.25rem;
591 Added: border-radius: 50%;
592 592 flex-shrink: 0;
593 593 margin-right: 0.5em;
594 594 transition: transform 0.15s ease;