update
This commit is contained in:
parent
19804e30e7
commit
a88d5fd4cb
@ -3,7 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: tradus-web:1.3.45
|
image: tradus-web:1.3.46
|
||||||
container_name: tradus-web
|
container_name: tradus-web
|
||||||
ports:
|
ports:
|
||||||
- '6000:80'
|
- '6000:80'
|
||||||
|
|||||||
@ -2533,7 +2533,7 @@ html {
|
|||||||
/* 小屏幕优化 */
|
/* 小屏幕优化 */
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.menu-button {
|
.menu-button {
|
||||||
top: 0.5rem;
|
top: 1rem;
|
||||||
left: 0.5rem;
|
left: 0.5rem;
|
||||||
width: 36px;
|
width: 36px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|||||||
@ -922,9 +922,12 @@ const stopStreaming = async () => {
|
|||||||
|
|
||||||
.conversation-header {
|
.conversation-header {
|
||||||
padding: 0.6rem 0.75rem;
|
padding: 0.6rem 0.75rem;
|
||||||
height: 3rem;
|
height: 4rem;
|
||||||
background-color: var(--color-bg-primary);
|
background-color: var(--color-bg-primary);
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-header::after {
|
.conversation-header::after {
|
||||||
@ -1491,7 +1494,7 @@ const stopStreaming = async () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
padding: 0 0.25rem;
|
padding: 0.5rem 0.25rem;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
@ -1933,7 +1936,7 @@ const stopStreaming = async () => {
|
|||||||
|
|
||||||
.conversation-header {
|
.conversation-header {
|
||||||
padding: 0.6rem 0.75rem;
|
padding: 0.6rem 0.75rem;
|
||||||
height: 3rem;
|
height: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-header::after {
|
.conversation-header::after {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user