diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-11-02 15:18:52 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-11-02 15:18:52 +0100 |
| commit | d789906d2f905cdcc92e40d9154db91195541b14 (patch) | |
| tree | 8a40539bc6a69f6c4d647f8c31d81745fe8601db /public/assets/css | |
| parent | bfb3c36659821fc1dfa3ae1617207b4e5099954a (diff) | |
form stuff
Diffstat (limited to 'public/assets/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 */ |
