diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-12 22:16:07 -0800 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-02-12 22:16:07 -0800 |
commit | a84c3c915d68588e5d21647f7cc7dd22241ec326 (patch) | |
tree | eb0cd488c1f9cb8b5b21187b8b8753cade7b5fc9 /static | |
parent | 782eb376f0c664862a849a279cd00967200833f9 (diff) | |
download | patchfoo-a84c3c915d68588e5d21647f7cc7dd22241ec326.tar.gz patchfoo-a84c3c915d68588e5d21647f7cc7dd22241ec326.zip |
Specify privmsg recps manually
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index a0e4e14..55f18af 100644 --- a/static/styles.css +++ b/static/styles.css @@ -61,6 +61,10 @@ h3.feed-name { margin: 0; } +.recps-input { + width: 100%; +} + textarea { font: inherit; width: 100%; |