Linhz commited on
Commit
cbd0218
·
verified ·
1 Parent(s): dd49d06

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +54 -43
static/styles.css CHANGED
@@ -1,44 +1,55 @@
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-color: #3d92c4;
11
- border-radius: 15px;
12
- padding: 10px;
13
- max-width: 70%;
14
- word-wrap: break-word;
15
- }
16
-
17
- .user-avatar {
18
- order: 2;
19
- margin-left: 10px;
20
- width: 38px;
21
- height: 38px;
22
- border-radius: 50%;
23
- }
24
-
25
- .assistant-message {
26
- display: flex;
27
- align-items: center;
28
- margin: 10px 0;
29
- }
30
-
31
- .assistant-message .stMarkdown {
32
- background-color: #D9D9D9;
33
- border-radius: 15px;
34
- padding: 10px;
35
- max-width: 70%;
36
- word-wrap: break-word;
37
- }
38
-
39
- .assistant-avatar {
40
- margin-right: 10px;
41
- width: 38px;
42
- height: 38px;
43
- border-radius: 50%;
 
 
 
 
 
 
 
 
 
 
 
44
  }
 
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-color: #3d92c4;
11
+ border-radius: 15px;
12
+ padding: 10px;
13
+ max-width: 70%;
14
+ word-wrap: break-word;
15
+ }
16
+
17
+ .user-avatar {
18
+ order: 2;
19
+ margin-left: 10px;
20
+ width: 38px;
21
+ height: 38px;
22
+ border-radius: 50%;
23
+ }
24
+
25
+ .assistant-message {
26
+ display: flex;
27
+ align-items: center;
28
+ margin: 10px 0;
29
+ }
30
+
31
+ .assistant-message .stMarkdown {
32
+ background-color: #D9D9D9;
33
+ border-radius: 15px;
34
+ padding: 10px;
35
+ max-width: 70%;
36
+ word-wrap: break-word;
37
+ }
38
+
39
+ .assistant-avatar {
40
+ margin-right: 10px;
41
+ width: 38px;
42
+ height: 38px;
43
+ border-radius: 50%;
44
+ }
45
+
46
+ .logo_area{
47
+ display: flex;
48
+ justify-content: center;
49
+ }
50
+
51
+ .logo_area img{
52
+ margin-top: 50px;
53
+ margin-left: 0px auto;
54
+ width: 149px; */
55
  }