From 8c9c632d317ee272b1ad900eece3fb1aeaa003e8 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 18 Apr 2017 22:39:48 -0700 Subject: Move name fields next to the composer textarea instead of in the preview area. This is to clarify that the name completions are part of what is being composed. --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index c75ec2e..f376a38 100644 --- a/static/styles.css +++ b/static/styles.css @@ -141,6 +141,10 @@ td { padding: 0; } +.mentions li { + list-style-type: none; +} + .mention-id-input { width: 60ex; } -- cgit v1.2.3