FourLabs-UN2 commited on
Commit
1a151a4
·
verified ·
1 Parent(s): 85d5bac

a largura do chatbot deve ser 100%

Browse files
Files changed (1) hide show
  1. style.css +2 -5
style.css CHANGED
@@ -92,15 +92,13 @@ body {
92
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
93
  order: 1;
94
  }
95
-
96
  .message-content {
97
  background: #2d3748;
98
  padding: 0.75rem 1rem;
99
  border-radius: 1rem;
100
- max-width: 70%;
101
  position: relative;
102
  }
103
-
104
  .user-message .message-content {
105
  background: linear-gradient(135deg, #ff580f 0%, #ff8c66 100%);
106
  order: 1;
@@ -112,7 +110,6 @@ body {
112
  order: 2;
113
  border-bottom-left-radius: 0.25rem;
114
  }
115
-
116
  .message-content p {
117
  margin: 0;
118
  line-height: 1.5;
@@ -138,6 +135,6 @@ body {
138
  }
139
 
140
  .message-content {
141
- max-width: 85%;
142
  }
143
  }
 
92
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
93
  order: 1;
94
  }
 
95
  .message-content {
96
  background: #2d3748;
97
  padding: 0.75rem 1rem;
98
  border-radius: 1rem;
99
+ width: 100%;
100
  position: relative;
101
  }
 
102
  .user-message .message-content {
103
  background: linear-gradient(135deg, #ff580f 0%, #ff8c66 100%);
104
  order: 1;
 
110
  order: 2;
111
  border-bottom-left-radius: 0.25rem;
112
  }
 
113
  .message-content p {
114
  margin: 0;
115
  line-height: 1.5;
 
135
  }
136
 
137
  .message-content {
138
+ width: 100%;
139
  }
140
  }