From b40060f770707f47532479840ec0a067cfca282d Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 24 Jun 2025 16:54:18 +0200 Subject: [PATCH] Update. --- frontend/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index c0bd470..ad3bc3d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -73,12 +73,23 @@ margin-bottom: 1rem; } .compose-wrapper textarea { resize: vertical; min-height: 60px; } + input,textarea { + padding: .5rem; + border: 1px solid #ccc; + border-radius: 4px; + width: 100%; + } + button { + padding: .5rem 1rem; + border: 1px solid #ccc; + border-radius: 4px; + cursor: pointer; + }