Minor UI improvment

This commit is contained in:
Corentin 2022-11-15 18:16:37 +09:00
commit d20ee9ab7b
4 changed files with 8 additions and 2 deletions

View file

@ -25,6 +25,7 @@ body {
color: var(--fg-color);
max-height: 600px;
margin: 0;
font-size: 12px;
}
input {
@ -32,6 +33,7 @@ input {
color: var(--fg-color);
border: 1px solid var(--border-color);
margin: 4px;
padding: 2px 4px;
border-radius: 5px;
}