diff options
Diffstat (limited to 'data/css')
-rw-r--r-- | data/css/style.css | 6 |
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; } } |