summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/css/style.css b/data/css/style.css
index 62132f35d..b7a4b5143 100644
--- a/data/css/style.css
+++ b/data/css/style.css
@@ -90,18 +90,18 @@
}
}
-.text-upload {
+textarea.text-upload {
height: 200px;
}
@media (min-height: 700px) {
- .text-upload {
+ textarea.text-upload {
height: 300px;
}
}
@media (min-height: 800px) {
- .text-upload {
+ textarea.text-upload {
height: 400px;
}
}