Skip to content

Commit bd8ba79

Browse files
committed
Chat demo is full screen now
1 parent f448501 commit bd8ba79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

playground/chat.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5+
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
56
<title>foo</title>
67
<link rel="stylesheet" type="text/css" href="../styles.css" />
78
<style type="text/css">
@@ -22,8 +23,6 @@
2223
.container {
2324
width: 100%;
2425
height: 100%;
25-
max-width: 500px;
26-
max-height: 500px;
2726
}
2827
.chat {
2928
border: 1px solid #eee;

0 commit comments

Comments
 (0)