From b31248c1912afbfbe18d663847d4fa6714e64e93 Mon Sep 17 00:00:00 2001 From: Joel Calado Date: Thu, 27 Aug 2020 08:30:11 +0100 Subject: [PATCH] Tweak Reusable Invite generator UI Separates settings in groups to improve further expansion of available toggles Increases margins and padding --- index.html | 137 +++++++++++++++++++++++++++-------------------------- main.css | 12 +++++ 2 files changed, 82 insertions(+), 67 deletions(-) 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