chore: Final touches for portals (#5388)
* chore: Final touches for portals * Review fixes * Minor fixes * Fixes styles for input and buttons * Minor fixes * Spacing fixes on header * Minor fixes Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
parent
329e8c37c8
commit
80180a60c5
22 changed files with 191 additions and 105 deletions
|
@ -138,7 +138,7 @@ export default {
|
|||
.chat-bubble .message-content::v-deep pre {
|
||||
background: $color-primary-light;
|
||||
color: $color-body;
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
padding: $space-smaller;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -35,7 +35,7 @@ export default {
|
|||
.chat-bubble.user::v-deep pre {
|
||||
background: $color-primary-light;
|
||||
color: $color-body;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
padding: $space-smaller;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue