From ea30e8abe5600b8f7a2713bf4ab530e22a1dd7de Mon Sep 17 00:00:00 2001
From: RossAsscends <124905043+RossAscends@users.noreply.github.com>
Date: Wed, 1 Mar 2023 04:38:54 +0900
Subject: [PATCH] text-pole fixes
- removed forced size tags from text-pole div's as these caused some textareas to overflow the nav on iphone. instead widths are done with CSS now.
- added
after yourName textarea and increased size of the nameChange button to match the API design. This is also better for phones.
---
public/index.html | 11 ++++++-----
public/style.css | 16 ++++++++++++++--
2 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/public/index.html b/public/index.html
index 5840cb85f..fb8ec9072 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2873,7 +2873,7 @@