summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/main.css b/res/main.css
index b31b26e..6e1954b 100644
--- a/res/main.css
+++ b/res/main.css
@@ -106,6 +106,11 @@ form.inline {
display: inline-block;
}
+textarea {
+ width: 30em;
+ height: 7em;
+}
+
@media (max-width: 768px) {
.communitySidebar {
display: none; /* TODO still show this somewhere */