feat: update input style

This commit is contained in:
Cat Flynn 2025-05-01 00:21:28 +01:00
parent 34c5b35194
commit dcac2b6ba2

View File

@ -221,11 +221,14 @@ li.message {
padding: 0 2em; padding: 0 2em;
z-index: 1; z-index: 1;
<<<<<<< HEAD
font-size: 1em; font-size: 1em;
} }
#input-panel input:focus { #input-panel input:focus {
outline: none; outline: none;
=======
>>>>>>> 021d12d (feat: update input style)
} }
button { button {