fix: tweak settings buttons and send icon
This commit is contained in:
parent
fd00fda96e
commit
2beaf6c702
@ -578,13 +578,13 @@
|
||||
<button type="button"
|
||||
class="menu-entry submenu-entry"
|
||||
@click="openRealtimeTerminal"
|
||||
:disabled="streamingMessage || !isConnected">
|
||||
:disabled="!isConnected">
|
||||
实时终端
|
||||
</button>
|
||||
<button type="button"
|
||||
class="menu-entry submenu-entry"
|
||||
@click="toggleFocusPanel"
|
||||
:disabled="streamingMessage || !isConnected">
|
||||
:disabled="!isConnected">
|
||||
聚焦面板
|
||||
</button>
|
||||
<button type="button"
|
||||
|
||||
@ -834,8 +834,8 @@ o-conversations {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
padding: 24px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: calc(120px + var(--app-bottom-inset, 0px));
|
||||
padding-top: 30px;
|
||||
padding-bottom: calc(80px + var(--app-bottom-inset, 0px));
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
@ -1573,7 +1573,7 @@ o-conversations {
|
||||
|
||||
.stadium-btn.send-btn span {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.stadium-btn.send-btn .send-icon {
|
||||
@ -1582,7 +1582,7 @@ o-conversations {
|
||||
border-top: 6px solid transparent;
|
||||
border-bottom: 6px solid transparent;
|
||||
border-left: 10px solid #fffaf0;
|
||||
margin-left: 2px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.stadium-btn.send-btn:disabled .send-icon {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user