forked from React-Group/interstellar_ai
css removal unused lines
This commit is contained in:
parent
4b21fe04f3
commit
9c8bc39b9d
17 changed files with 138 additions and 352 deletions
|
@ -9,7 +9,6 @@
|
|||
display: block;
|
||||
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.user-message {
|
||||
background-color: var(--user-message-background-color);
|
||||
color: var(--text-color);
|
||||
|
@ -18,7 +17,6 @@
|
|||
text-align: left;
|
||||
margin-right: 1.5vw;
|
||||
}
|
||||
|
||||
.ai-message {
|
||||
background-color: var(--ai-message-background-color);
|
||||
color: var(--text-color);
|
||||
|
@ -26,7 +24,6 @@
|
|||
margin-right: auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.ai-container{
|
||||
position: relative;
|
||||
height: min-content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue