Skip to content

CSS tweaking #1

@wzol

Description

@wzol

Would it be possible to fit everything into the viewport? I tried to tweak the CSS but not perfect.

I have found that this would help to create a container for the chat, so it would behave like any chat area: https://css-tricks.com/books/greatest-css-tricks/pin-scrolling-to-bottom/

Also it would be nice to maximize the Assistant Behavior, so if it long you don't need to scroll up and down during chat.

So some draft ideas:
.chat_container {overflow-y: auto; max-height: 40vh;}
remove height: 441px; from Assistant Behavior textarea
the Message textarea should also work without the height: 126px;

also I have noticed that --tw-bg-opacity isn't defined so the assistant answers doesn't have a background color.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions