styling user and llm size of messages
This commit is contained in:
parent
b7a2331bab
commit
fd12bbb259
6 changed files with 66 additions and 57 deletions
|
@ -26,10 +26,16 @@
|
|||
.navbar-item {
|
||||
padding: 10px;
|
||||
margin-left: 16px;
|
||||
border-bottom: 2px solid transparent;
|
||||
|
||||
i {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
background: #7FB8E7 !important;
|
||||
border-bottom: 2px solid #7FB8E7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -336,8 +342,8 @@
|
|||
max-height: 90vh;
|
||||
margin: 0 auto;
|
||||
padding-top: 10px;
|
||||
padding-left: 200px;
|
||||
padding-right: 200px;
|
||||
padding-left: 60px;
|
||||
padding-right: 60px;
|
||||
overflow: auto;
|
||||
min-width: 915px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue