diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-12-05 12:32:35 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-12-07 16:48:17 -1000 |
commit | d7c4e48d49294efeb2d0597185956e18d20df928 (patch) | |
tree | 5c27bf4b414c4fbd27126aa430e1e8bf9d581353 /static | |
parent | ea522127885486018de1547de0db04f3d3144eb6 (diff) | |
download | patchfoo-d7c4e48d49294efeb2d0597185956e18d20df928.tar.gz patchfoo-d7c4e48d49294efeb2d0597185956e18d20df928.zip |
Add content warning field in composer
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index 886cb1f..9c64d48 100644 --- a/static/styles.css +++ b/static/styles.css @@ -88,7 +88,7 @@ h3.feed-name { margin: 0; } -.recps-input { +.wide { width: 100%; } |