aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorIke2019-10-25 21:24:31 +0200
committerIke2019-10-25 21:25:09 +0200
commitdffd7ec9dd715ff084b4e168df5f712fff06bf0d (patch)
treec4737f2c8c12585e897e88cf0c4467a0659ce1b9 /assets
parent310517fa101910d88e4ee6cfd2fa760f6d9c72ff (diff)
Implement embedded webchat
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_room.less7
1 files changed, 7 insertions, 0 deletions
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;
+ }
}
}