aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-03-07 13:19:25 -0500
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-03-08 12:08:59 -0500
commit606ff997bc4249d4ef0baae2e6336a739c3d64c7 (patch)
treebbede06b3e031a1a7718c8b6653ff48073a6e709 /static/styles.css
parent033d27ac3fe92dd16d9284aee9ad98f64e1c770b (diff)
downloadpatchfoo-606ff997bc4249d4ef0baae2e6336a739c3d64c7.tar.gz
patchfoo-606ff997bc4249d4ef0baae2e6336a739c3d64c7.zip
Implement choosing ids for mentions
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css4
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;
+}