feat: coordinate message padding and input shape

This commit is contained in:
Cat Flynn 2025-05-02 17:12:08 +01:00
parent 04d805f0c2
commit 55842e0c4c

View File

@ -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);