diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-28 13:47:06 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-28 13:47:06 +0200 |
| commit | b39de8cc12c83029168f311a7d3e4ddd96d52635 (patch) | |
| tree | 0aa3f141e050187821e82f787f37a30e9157ea62 /public/assets/css/hootstream.css | |
| parent | 02bb7181aca0298dbc8b29ba0aeac3e07f643930 (diff) | |
toggle form
Diffstat (limited to 'public/assets/css/hootstream.css')
| -rw-r--r-- | public/assets/css/hootstream.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index adfd19e..a62e206 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -408,14 +408,17 @@ /** POST FORM */ -form.streamForm { +.streamForm { width: 100%; max-width: 720px; padding-left: 4rem; } -form.streamForm textarea { +.streamForm form { width: 100%; - height: 5vmin; +} +.streamForm textarea { + width: 100%; + height: 5rem; font-family: "Trebuchet MS", sans-serif; font-size: 1rem; padding: 0.5rem; |
