Browse Source

Indent subsequent chat messages

Getty Ritter 4 years ago
parent
commit
07a9ecfdad
1 changed files with 2 additions and 0 deletions
  1. 2 0
      static/main.css

+ 2 - 0
static/main.css

@@ -67,4 +67,6 @@ body {
 
 .msg {
     padding: 0.2em;
+    padding-left: 1.5em;
+    text-indent:-1.5em;
 }