added export conversation feature.

This commit is contained in:
Xiaohan-Tian
2025-08-21 21:56:22 -07:00
parent c1112f41d5
commit 0c54332401
6 changed files with 181 additions and 8 deletions
+26 -3
View File
@@ -669,9 +669,9 @@ body {
color: #e0e0e0;
}
.export-dropdown .quant-dropdown {
width: 200px;
left: 0;
.chatbox-export-dropdown .quant-dropdown {
width: 250px;
left: -200px;
}
.key-signature-dropdown .quant-dropdown {
@@ -1039,6 +1039,10 @@ body {
flex-shrink: 0;
}
.chatbox.is-hidden {
display: none;
}
/* Instrument Selection Panel */
.instrument-selection {
display: flex;
@@ -1197,6 +1201,25 @@ body {
border-radius: 3px;
}
/* ChatBox export button wrapper and dropdown positioning */
.chatbox-export-wrapper {
position: relative;
display: inline-block;
}
.chatbox-export-btn {
display: flex;
align-items: center;
gap: 4px;
}
.chatbox-export-dropdown-anchor {
position: absolute;
top: 100%;
left: 0;
z-index: 10000;
}
.chatbox-header h3 {
color: #e0e0e0;
font-size: 12px;