From 3e69c5142f0c1ad7212b8b13c8c58e5e773154da Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 1 May 2023 20:00:16 +0300 Subject: [PATCH] Minor group styles adjustment --- public/index.html | 2 +- public/style.css | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/public/index.html b/public/index.html index 9da30cda3..a7f76c742 100644 --- a/public/index.html +++ b/public/index.html @@ -1598,7 +1598,7 @@
-

Members

+

Current Members

diff --git a/public/style.css b/public/style.css index b31415e83..b12056e34 100644 --- a/public/style.css +++ b/public/style.css @@ -2530,7 +2530,6 @@ body .ui-widget-content li:hover { #rm_group_top_bar { display: flex; flex-direction: row; - align-items: center; width: 100%; column-gap: 5px; } @@ -2560,10 +2559,6 @@ body .ui-widget-content li:hover { margin-bottom: 5px; } -#rm_group_chat_name { - width: 90%; -} - #rm_group_buttons { display: flex; flex-direction: row;