diff options
Diffstat (limited to 'public/assets/css/hootstream.css')
| -rw-r--r-- | public/assets/css/hootstream.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index b54dad5..7533b2c 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -425,7 +425,7 @@ .streamForm { width: 100%; - max-width: 720px; + max-width: 960px; padding-left: 4rem; } .streamForm form { @@ -433,15 +433,19 @@ } .streamForm textarea { width: 100%; - height: 5rem; + height: 8rem; font-family: "Trebuchet MS", sans-serif; font-size: 1rem; + line-height: 1.4; padding: 0.5rem; border: 2px solid #211; outline: 0; background: rgba(127, 127, 127, 0.2); color: #fff; } +.streamThread .streamForm textarea { + height: min(42rem, calc(100vh - 15rem)); +} /** HOOT FILTERS */ |
