download markdown of conversation useful for github or jira
modified: app.py modified: templates/base.html modified: templates/chat.html
This commit is contained in:
parent
b257f766f8
commit
75e637002b
3 changed files with 54 additions and 4 deletions
|
|
@ -163,11 +163,17 @@
|
|||
display: block;
|
||||
padding-right: 0.8em; /* Adjust the padding as needed */
|
||||
}
|
||||
#downloadButton {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
.download-links {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
z-index: 1000;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.download-links a {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue