~ gui system prompt spacing

The spacing was misaligned, a little increase in the with fixes it
This commit is contained in:
Tekky 2024-03-09 21:36:25 +00:00 committed by GitHub
parent b3d19c5660
commit 5f49264768
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1013,8 +1013,8 @@ a:-webkit-any-link {
font-size: 15px;
width: 100%;
color: var(--colour-3);
height: 50px;
height: 59px;
outline: none;
padding: var(--inner-gap) var(--section-gap);
resize: vertical;
}
}