This commit is contained in:
RossAscends
2023-05-02 02:15:45 +09:00
2 changed files with 1 additions and 6 deletions

View File

@@ -1598,7 +1598,7 @@
</div>
<div class="flex-container flexFlowColumn flexNoGap overflowYAuto wide100p flexGrow">
<div id="rm_group_add_members"></div>
<h3>Members</h3>
<h3>Current Members</h3>
<div id="rm_group_members"></div>
</div>
</div>

View File

@@ -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;