Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +73 -73
static/styles.css
CHANGED
@@ -1,73 +1,73 @@
|
|
1 |
-
.user-message {
|
2 |
-
display: flex;
|
3 |
-
justify-content: flex-end;
|
4 |
-
align-items: center;
|
5 |
-
margin: 10px 0;
|
6 |
-
color: white;
|
7 |
-
}
|
8 |
-
|
9 |
-
.user-message .stMarkdown {
|
10 |
-
|
11 |
-
background: linear-gradient(0.9turn, #112c55, #3578cf);
|
12 |
-
border-radius: 15px;
|
13 |
-
padding: 10px;
|
14 |
-
max-width: 80%;
|
15 |
-
word-wrap: break-word;
|
16 |
-
}
|
17 |
-
|
18 |
-
.user-avatar {
|
19 |
-
order: 2;
|
20 |
-
margin-left: 10px;
|
21 |
-
width: 38px;
|
22 |
-
height: 38px;
|
23 |
-
border-radius: 50%;
|
24 |
-
}
|
25 |
-
|
26 |
-
.assistant-message {
|
27 |
-
display: flex;
|
28 |
-
align-items: center;
|
29 |
-
margin: 10px 0;
|
30 |
-
color: black;
|
31 |
-
}
|
32 |
-
|
33 |
-
.assistant-message .stMarkdown {
|
34 |
-
background-color: #dadada;
|
35 |
-
border-radius: 15px;
|
36 |
-
padding: 10px;
|
37 |
-
max-width: 80%;
|
38 |
-
word-wrap: break-word;
|
39 |
-
}
|
40 |
-
|
41 |
-
.assistant-avatar {
|
42 |
-
margin-right: 10px;
|
43 |
-
width: 38px;
|
44 |
-
height: 38px;
|
45 |
-
border-radius: 50%;
|
46 |
-
}
|
47 |
-
|
48 |
-
.logo_area {
|
49 |
-
display: flex;
|
50 |
-
justify-content: center;
|
51 |
-
}
|
52 |
-
|
53 |
-
.logo_area img {
|
54 |
-
margin-top: 50px;
|
55 |
-
margin-left: 0px auto;
|
56 |
-
width: 149px;
|
57 |
-
}
|
58 |
-
|
59 |
-
/* [data-testid="baseButton-headerNoPadding"], */
|
60 |
-
[data-testid="stDecoration"],
|
61 |
-
/* [data-testid="baseButton-header"], */
|
62 |
-
[data-testid="stHeader"] {
|
63 |
-
display: none;
|
64 |
-
}
|
65 |
-
|
66 |
-
[data-testid="stChatInput"],
|
67 |
-
[data-testid="stChatInputSubmitButton"] {
|
68 |
-
border-radius: 15px;
|
69 |
-
}
|
70 |
-
|
71 |
-
[data-baseweb="textarea"] {
|
72 |
-
border-color: transparent;
|
73 |
-
}
|
|
|
1 |
+
.user-message {
|
2 |
+
display: flex;
|
3 |
+
justify-content: flex-end;
|
4 |
+
align-items: center;
|
5 |
+
margin: 10px 0;
|
6 |
+
color: white;
|
7 |
+
}
|
8 |
+
|
9 |
+
.user-message .stMarkdown {
|
10 |
+
background: linear-gradient(0.9turn, #d46c4e, #ca8d57);
|
11 |
+
/* background: linear-gradient(0.9turn, #112c55, #3578cf); */
|
12 |
+
border-radius: 15px;
|
13 |
+
padding: 10px;
|
14 |
+
max-width: 80%;
|
15 |
+
word-wrap: break-word;
|
16 |
+
}
|
17 |
+
|
18 |
+
.user-avatar {
|
19 |
+
order: 2;
|
20 |
+
margin-left: 10px;
|
21 |
+
width: 38px;
|
22 |
+
height: 38px;
|
23 |
+
border-radius: 50%;
|
24 |
+
}
|
25 |
+
|
26 |
+
.assistant-message {
|
27 |
+
display: flex;
|
28 |
+
align-items: center;
|
29 |
+
margin: 10px 0;
|
30 |
+
color: black;
|
31 |
+
}
|
32 |
+
|
33 |
+
.assistant-message .stMarkdown {
|
34 |
+
background-color: #dadada;
|
35 |
+
border-radius: 15px;
|
36 |
+
padding: 10px;
|
37 |
+
max-width: 80%;
|
38 |
+
word-wrap: break-word;
|
39 |
+
}
|
40 |
+
|
41 |
+
.assistant-avatar {
|
42 |
+
margin-right: 10px;
|
43 |
+
width: 38px;
|
44 |
+
height: 38px;
|
45 |
+
border-radius: 50%;
|
46 |
+
}
|
47 |
+
|
48 |
+
.logo_area {
|
49 |
+
display: flex;
|
50 |
+
justify-content: center;
|
51 |
+
}
|
52 |
+
|
53 |
+
.logo_area img {
|
54 |
+
margin-top: 50px;
|
55 |
+
margin-left: 0px auto;
|
56 |
+
width: 149px;
|
57 |
+
}
|
58 |
+
|
59 |
+
/* [data-testid="baseButton-headerNoPadding"], */
|
60 |
+
[data-testid="stDecoration"],
|
61 |
+
/* [data-testid="baseButton-header"], */
|
62 |
+
[data-testid="stHeader"] {
|
63 |
+
display: none;
|
64 |
+
}
|
65 |
+
|
66 |
+
[data-testid="stChatInput"],
|
67 |
+
[data-testid="stChatInputSubmitButton"] {
|
68 |
+
border-radius: 15px;
|
69 |
+
}
|
70 |
+
|
71 |
+
[data-baseweb="textarea"] {
|
72 |
+
border-color: transparent;
|
73 |
+
}
|