Spaces:
Runtime error
Runtime error
File size: 407 Bytes
9f2b0d4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
body {
background-color: #f0f2f5;
color: #333;
}
.autocomplete-results {
position: absolute;
width: 100%;
z-index: 9999;
border: 1px solid #ccc;
}
.autocomplete-item {
padding: 8px;
border-bottom: 1px solid #eee;
background-color: #fff;
cursor: pointer;
}
.autocomplete-item:hover {
background-color: #f0f0f0;
}
.chat-history .alert {
margin-bottom: 8px;
border-radius: 6px;
}
|