chevrons for tool result expansion

This commit is contained in:
geronimi73
2026-04-02 21:51:45 +02:00
committed by Thomas Krijnen
parent d7de4f8df0
commit 29e5e0fd1a
2 changed files with 14 additions and 3 deletions
+9
View File
@@ -82,6 +82,15 @@ main {
font-size: 60%;
max-height: 100px;
overflow: hidden;
cursor: pointer;
}
.chevron {
display: inline-block;
font-size: 10px;
margin-left: 6px;
transition: transform 0.2s;
vertical-align: middle;
}
.composer {