From dffd7ec9dd715ff084b4e168df5f712fff06bf0d Mon Sep 17 00:00:00 2001 From: Ike Date: Fri, 25 Oct 2019 21:24:31 +0200 Subject: Implement embedded webchat --- assets/css/_room.less | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'assets/css/_room.less') diff --git a/assets/css/_room.less b/assets/css/_room.less index 3202a87..8a0e6a4 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -64,6 +64,13 @@ body.room { .button-variant(white; @twitter; darken(@twitter, 5%);); } } + + > iframe.webchatframe { + width: 100%; + min-height: 12em; + height: 30vh; + border: 1px solid #ddd; + } } } -- cgit v1.2.3