mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 10:54:28 +08:00
chat input spacing
This commit is contained in:
parent
e787d8b23f
commit
4fdf20f6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,6 @@
|
|||
.messages {
|
||||
height: 20rem;
|
||||
overflow-y: scroll;
|
||||
margin-bottom: 1em;
|
||||
.systemMessage {
|
||||
color: var(--sub-color);
|
||||
margin-top: 0.25rem;
|
||||
|
|
@ -426,6 +425,7 @@
|
|||
}
|
||||
.input input {
|
||||
width: 100%;
|
||||
margin: 0.25em 0;
|
||||
}
|
||||
.whoIsTyping {
|
||||
.who {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue