feat: add padding on the sides of the message text input
This commit is contained in:
parent
c8598b39e6
commit
1d0fde3e36
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ onMounted(async () => {
|
|||
background-color: rgb(50, 50, 50);
|
||||
border: none;
|
||||
color: inherit;
|
||||
padding-left: 1dvw;
|
||||
padding-right: 1dvw;
|
||||
}
|
||||
|
||||
#messages {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue