diff --git a/less/chats.less b/less/chats.less index 11ba24d..b874f3d 100644 --- a/less/chats.less +++ b/less/chats.less @@ -59,6 +59,10 @@ font-size: 1rem; } } + + .close { + padding: 0.5em; + } } ul.well { @@ -115,8 +119,4 @@ textarea { resize: none; } - - [data-action="maximize"] { - margin: 0.4em; - } } \ No newline at end of file diff --git a/templates/chat.tpl b/templates/chat.tpl index 98ca877..25ee726 100644 --- a/templates/chat.tpl +++ b/templates/chat.tpl @@ -3,7 +3,8 @@