summaryrefslogtreecommitdiffhomepage
path: root/html/whiteboard.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/whiteboard.css')
-rw-r--r--html/whiteboard.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/html/whiteboard.css b/html/whiteboard.css
index 2f68794..5f804c1 100644
--- a/html/whiteboard.css
+++ b/html/whiteboard.css
@@ -20,6 +20,18 @@ div.status {
color: #FF0000;
}
+textarea {
+ /*
+ height: 30vh;
+ padding: 1em;
+ font-size: 1.5em;
+ text-align: left;
+ border: 1px solid #000;
+ */
+ box-sizing: border-box;
+ resize: none;
+}
+
.mobile {
width: 300px;
border-width: 80px 15px 80px 15px;