feat: coordinate message padding and input shape
This commit is contained in:
parent
04d805f0c2
commit
55842e0c4c
@ -171,8 +171,7 @@ border-bottom-right-radius: 0;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding-top: 1em;
|
||||
padding-right: 2em;
|
||||
padding: 1em 1.5em 0 1.5em;
|
||||
height: 100%;
|
||||
overflow: scroll;
|
||||
list-style: none;
|
||||
@ -202,7 +201,7 @@ li.message {
|
||||
|
||||
z-index: 1;
|
||||
|
||||
border-radius: 100vw;
|
||||
border-radius: 1em;
|
||||
|
||||
color: var(--bluewhite);
|
||||
background-color: var(--bluegrey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user