From d42455bd4a39d5c0944aaf25b24a548de3213e75 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Fri, 17 Jan 2025 21:59:10 -0500 Subject: Make mobile UI look a little better The rounded corners on an iPhone shouldn't be cut off now. --- ui/styles/textarea.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/styles/textarea.css') diff --git a/ui/styles/textarea.css b/ui/styles/textarea.css index cdf487f..057fb8a 100644 --- a/ui/styles/textarea.css +++ b/ui/styles/textarea.css @@ -4,6 +4,10 @@ flex-direction: row; justify-content: flex-start; align-items: stretch; + + @media (width <= 640px) { + margin: 0 0.5rem 1rem 0.5rem; + } } .create-message textarea { -- cgit v1.2.3