diff --git a/less/chats.less b/less/chats.less index 5fba15d..862b925 100644 --- a/less/chats.less +++ b/less/chats.less @@ -218,6 +218,12 @@ resize: none; height: 42px; } + + .since-bar { + display: block; + padding: 1rem 0; + text-align: center; + } } .expanded-chat { diff --git a/less/mobile.less b/less/mobile.less index 1b769ca..07a6981 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -28,7 +28,6 @@ height: 100%; } } - } } diff --git a/templates/chat.tpl b/templates/chat.tpl index 14cda4d..932654e 100644 --- a/templates/chat.tpl +++ b/templates/chat.tpl @@ -6,19 +6,27 @@