summaryrefslogtreecommitdiff
path: root/ui/styles/textarea.css
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2025-01-17 21:59:10 -0500
committerKit La Touche <kit@transneptune.net>2025-01-17 21:59:10 -0500
commitd42455bd4a39d5c0944aaf25b24a548de3213e75 (patch)
tree3a2d0f8ad87619d08cf27cb0f454b11a4b4e013e /ui/styles/textarea.css
parent846130d6f90e3cacae64edbabbaa410be63f5727 (diff)
Make mobile UI look a little better
The rounded corners on an iPhone shouldn't be cut off now.
Diffstat (limited to 'ui/styles/textarea.css')
-rw-r--r--ui/styles/textarea.css4
1 files changed, 4 insertions, 0 deletions
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 {