diff --git a/index.html b/index.html index 37659dc..1276fc1 100644 --- a/index.html +++ b/index.html @@ -361,73 +361,76 @@

-
-

- - Advanced Options: - -

-
- - -
- - -
- - -
-
- - -
-
- - -
- - -
- - -
-
- Add a password: - -
-
- Add the guest to a room: - -
-
- -
-
-
+
+

+ Advanced Options +

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ Add a password: + +
+
+ Add the guest to a room: + +
+
+ +
+
See the documentation for more options and info.
diff --git a/main.css b/main.css index fc058cb..5dd520d 100644 --- a/main.css +++ b/main.css @@ -1281,3 +1281,15 @@ input[type=checkbox] } } +/* Invite link generator */ +.invite_setting_group { + margin: 20px 0px; + background-color: #d2d2d2; + padding: 10px; +} +.invite_setting_group h4 { + margin:10px 0px 20px; +} +.invite_setting_item { + margin: 10px 0px; +} \ No newline at end of file