diff --git a/index.html b/index.html index 777b198..087788b 100644 --- a/index.html +++ b/index.html @@ -214,6 +214,12 @@ Waiting for Camera to Load + + For the best possible experience, make sure + Your device is powered + Your connection is hardwired instead of wifi + You are using headphones / earphones + Video Source diff --git a/main.css b/main.css index 16b1bee..224b869 100644 --- a/main.css +++ b/main.css @@ -1841,4 +1841,35 @@ a#reshare { } #joinroomID+button { margin: 0px var(--regular-margin); +} + +/* Tips for guests */ +span#guestTips { + margin: 10 auto; + width: 450px; + display: flex; + flex-direction: column; + text-align: left; + background: #f3f3f3; + border: 1px solid #cccccc; + padding: 10px; +} + +#guestTips p { + font-weight: bold; + margin-bottom: 10px; +} + +#guestTips span:nth-child(1) { + color: red; +} + +#guestTips > span > i { + font-size: 2.5em; + margin-right: 10px; +} + +#guestTips > span > span { + line-height: 2.5em; + vertical-align: bottom; } \ No newline at end of file
For the best possible experience, make sure