Mobie version

This commit is contained in:
Alex
2023-02-06 12:59:50 +00:00
parent 2232bdc091
commit 11c1aaec20
4 changed files with 102 additions and 119 deletions

View File

@@ -2,43 +2,23 @@
@tailwind components;
@tailwind utilities;
#chat-container {
height: 44rem;
background-color: white;
padding: 10px;
overflow: auto;
@media screen and (max-width: 1024px) {
.text-lg {
font-size: 3.125rem;
margin: 2rem;
line-height: inherit;
}
.text-sm {
font-size: 2.5rem;
margin: 1.5rem;
line-height: inherit;
}
}
.bg-gray-200 {
background-color: #edf2f7;
}
.bg-gray-900 {
background-color: #1a202c;
}
.rounded-lg {
border-radius: 0.5rem;
}
.shadow {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.text-gray-700 {
color: #4a5568;
}
.text-sm {
font-size: 0.875rem;
}
.p-4 {
padding: 1.5rem;
}
.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */