Chats: improve input box CSS
This commit is contained in:
parent
a2cd0b7630
commit
5518959531
1 changed files with 3 additions and 2 deletions
|
@ -78,6 +78,7 @@
|
||||||
&__actions {
|
&__actions {
|
||||||
background: var(--foreground-color);
|
background: var(--foreground-color);
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
padding: 6px;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -85,8 +86,8 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
border: 6px solid var(--foreground-color);
|
border: 0;
|
||||||
border-radius: 10px;
|
border-radius: 6px;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue