From 51d2c9febacae1340942661df4f1169bd7541af8 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:39:31 +0300 Subject: [PATCH] Add UI option for group gen strategy --- public/css/rm-groups.css | 1 + public/index.html | 56 ++++++++++++++++++++--------------- public/scripts/group-chats.js | 32 ++++++++++++++++---- server.js | 1 + 4 files changed, 60 insertions(+), 30 deletions(-) diff --git a/public/css/rm-groups.css b/public/css/rm-groups.css index b33c23103..4bc82ee6b 100644 --- a/public/css/rm-groups.css +++ b/public/css/rm-groups.css @@ -78,6 +78,7 @@ #rm_group_members:empty { width: 100%; + padding: 0.5em 0; } #rm_group_members:empty::before { diff --git a/public/index.html b/public/index.html index 02bcc1f0f..773f6a9b7 100644 --- a/public/index.html +++ b/public/index.html @@ -3591,7 +3591,12 @@
- Group Controls + + Group Controls + + ? + +
@@ -3607,7 +3612,7 @@
-
+