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 {
|
ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 1em;
|
padding: 1em 1.5em 0 1.5em;
|
||||||
padding-right: 2em;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
@ -202,7 +201,7 @@ li.message {
|
|||||||
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
border-radius: 100vw;
|
border-radius: 1em;
|
||||||
|
|
||||||
color: var(--bluewhite);
|
color: var(--bluewhite);
|
||||||
background-color: var(--bluegrey);
|
background-color: var(--bluegrey);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user