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