forked from React-Group/interstellar_ai
Compare commits
No commits in common. "0dce46994b6a97c254cf23682a7aadb38975cc2b" and "1adbd69d13ee24d1b7ac53bb9da6b8e02eaa0c77" have entirely different histories.
0dce46994b
...
1adbd69d13
1 changed files with 2 additions and 23 deletions
|
@ -53,21 +53,9 @@
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ai-message table{
|
.ai-message table, th, tr, td{
|
||||||
border: 1px solid var(--ai-message-text-color);
|
border: 2px solid black;
|
||||||
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{
|
||||||
|
@ -78,15 +66,6 @@
|
||||||
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