feat: coordinate message padding and input shape

This commit is contained in:
Cat Flynn 2025-05-02 17:12:08 +01:00
parent c2e52ff71e
commit c1e7cc3513

View File

@ -164,8 +164,7 @@ h1 {
ul {
margin: 0;
padding-top: 1em;
padding-right: 2em;
padding: 1em 1.5em 0 1.5em;
height: 100%;
overflow: scroll;
list-style: none;
@ -195,7 +194,7 @@ li.message {
z-index: 1;
border-radius: 100vw;
border-radius: 1em;
color: var(--bluewhite);
background-color: var(--bluegrey);