mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Add truncated completion joining
This commit is contained in:
18
src/app.scss
18
src/app.scss
@@ -622,6 +622,24 @@ aside.menu.main-menu .menu-expanse {
|
||||
animation: cursor-blink 1s steps(2) infinite;
|
||||
}
|
||||
|
||||
.message:last-of-type.incomplete .message-display p:last-of-type::after {
|
||||
position: relative;
|
||||
content: '...';
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
animation: cursor-blink 1s steps(2) infinite;
|
||||
}
|
||||
|
||||
.message.incomplete .tool-drawer .msg-incomplete {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.message:last-of-type.incomplete .tool-drawer .msg-incomplete {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.modal {
|
||||
z-index:100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user