csris commited on
Commit
ae78eaf
1 Parent(s): 366bb8b

hfspace: add a min-height

Browse files

Without this change, the height of the widget is far too small.

Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -7,6 +7,6 @@
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
- <iframe style="width:100%;height:100%;min-width:360px;max-width:1024px;border:0" src="https://staging.together.xyz/open-chat"></iframe>
11
  </body>
12
  </html>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <iframe style="width:100%;height:100%;min-width:360px;min-height:640px;max-width:1024px;border:0" src="https://staging.together.xyz/open-chat"></iframe>
11
  </body>
12
  </html>