From b5bbe6591ef601a373a108b308ae9385935e4201 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 23 Feb 2016 12:51:06 -0500 Subject: [PATCH] chat controls on mobile --- less/chats.less | 6 ++++++ less/mobile.less | 1 - templates/chat.tpl | 24 ++++++++++++++++-------- 3 files changed, 22 insertions(+), 9 deletions(-) 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 @@