From a07e8b78c0a2a1fc069729a29654c54f6f1d7c93 Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Thu, 1 May 2025 00:21:28 +0100 Subject: [PATCH] feat: update input style --- styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles.css b/styles.css index 14ae21f..2b630f0 100644 --- a/styles.css +++ b/styles.css @@ -218,11 +218,14 @@ li.message { padding: 0 2em; z-index: 1; +<<<<<<< HEAD font-size: 1em; } #input-panel input:focus { outline: none; +======= +>>>>>>> 021d12d (feat: update input style) } button {