diff --git a/less/chats.less b/less/chats.less index 1a1d550..27e7bf3 100644 --- a/less/chats.less +++ b/less/chats.less @@ -163,4 +163,15 @@ textarea { resize: none; } +} + +.expanded-chat { + h1 { + margin: 0px; + padding-bottom: 20px; + } + + .chat-content { + padding-top: 10px; + } } \ No newline at end of file diff --git a/templates/chats.tpl b/templates/chats.tpl index 0d95b58..9e9071b 100644 --- a/templates/chats.tpl +++ b/templates/chats.tpl @@ -1,36 +1,6 @@