@pubuduth-aplicy/chat-ui 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.css +1 -62
package/package.json
CHANGED
package/src/index.css
CHANGED
|
@@ -150,65 +150,4 @@
|
|
|
150
150
|
height: 550px; /* md:h-[550px] */
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
|
|
154
|
-
/* Background and Other Styles */
|
|
155
|
-
.bg-gray-400 {
|
|
156
|
-
background-color: #cbd5e0; /* gray-400 */
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.bg-clip-padding {
|
|
160
|
-
background-clip: padding-box;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.backdrop-filter {
|
|
164
|
-
-webkit-backdrop-filter: blur(10px); /* backdrop-filter */
|
|
165
|
-
backdrop-filter: blur(10px);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.backdrop-blur-lg {
|
|
169
|
-
backdrop-filter: blur(10px); /* blur-lg */
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.bg-opacity-0 {
|
|
173
|
-
background-opacity: 0; /* bg-opacity-0 */
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/* First Inner Div */
|
|
177
|
-
.grid > div {
|
|
178
|
-
/* Any additional styling needed for this div */
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
/* Sidebar Div */
|
|
182
|
-
.sidebar {
|
|
183
|
-
display: none; /* xs:hidden */
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
@media (min-width: 768px) {
|
|
187
|
-
.md\:col-span-3 {
|
|
188
|
-
grid-column: span 3 / span 3; /* md:col-span-3 */
|
|
189
|
-
}
|
|
190
|
-
.md\:grid {
|
|
191
|
-
display: grid; /* md:grid */
|
|
192
|
-
}
|
|
193
|
-
.md\:col-span-4 {
|
|
194
|
-
grid-column: span 4 / span 4; /* md:col-span-4 */
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/* Border and Overflow */
|
|
199
|
-
.border {
|
|
200
|
-
border: 1px solid #e5e7eb; /* light gray border, adjust as needed */
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.max-h-screen {
|
|
204
|
-
max-height: 100vh; /* max-h-screen */
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.overflow-y-auto {
|
|
208
|
-
overflow-y: auto; /* overflow-y-auto */
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
/* MessageContainer */
|
|
212
|
-
.message-container {
|
|
213
|
-
/* Any styles related to MessageContainer */
|
|
214
|
-
}
|
|
153
|
+
|