Merge pull request 'main' (#105) from YasinOnm08/interstellar_ai:main into main
Reviewed-on: https://interstellardevelopment.org/code/code/React-Group/interstellar_ai/pulls/105
This commit is contained in:
commit
f09ffc6b86
1 changed files with 23 additions and 2 deletions
|
@ -53,9 +53,21 @@
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ai-message table, th, tr, td{
|
.ai-message table{
|
||||||
border: 2px solid black;
|
border: 1px solid var(--ai-message-text-color);
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
background-color: var(--conversation-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-message th{
|
||||||
|
background-color: var(--user-message-background-color);
|
||||||
|
align-items: center;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-message td{
|
||||||
|
align-items: center;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ai-message img{
|
.ai-message img{
|
||||||
|
@ -66,6 +78,15 @@
|
||||||
filter: brightness(70%);
|
filter: brightness(70%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ai-message li{
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-message code{
|
||||||
|
width: 100%;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* Button Container */
|
/* Button Container */
|
||||||
.button-container {
|
.button-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue