Set tool drawer to expand up for last message

This commit is contained in:
Webifi 2023-06-02 10:41:18 -05:00
parent 75aaef48ea
commit f8fc158861
1 changed files with 4 additions and 0 deletions

View File

@ -553,6 +553,10 @@ aside.menu.main-menu .menu-expanse {
.user-message .tool-drawer-mask { .user-message .tool-drawer-mask {
border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px;
} }
.message:last-of-type .tool-drawer, .tool-drawer-mask {
top: auto;
bottom: 0px;
}
.assistant-message .tool-drawer, .assistant-message .tool-drawer-mask { .assistant-message .tool-drawer, .assistant-message .tool-drawer-mask {
left:100%; left:100%;
} }