diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-03-07 13:19:25 -0500 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-03-08 12:08:59 -0500 |
commit | 606ff997bc4249d4ef0baae2e6336a739c3d64c7 (patch) | |
tree | bbede06b3e031a1a7718c8b6653ff48073a6e709 /static | |
parent | 033d27ac3fe92dd16d9284aee9ad98f64e1c770b (diff) | |
download | patchfoo-606ff997bc4249d4ef0baae2e6336a739c3d64c7.tar.gz patchfoo-606ff997bc4249d4ef0baae2e6336a739c3d64c7.zip |
Implement choosing ids for mentions
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 a6119d5..8a7129b 100644 --- a/static/styles.css +++ b/static/styles.css @@ -134,3 +134,7 @@ td { margin: 0; padding: 0; } + +.mention-id-input { + width: 60ex; +} |