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>
<div class="flex-container flexFlowColumn flexNoGap overflowYAuto wide100p flexGrow"> <div class="flex-container flexFlowColumn flexNoGap overflowYAuto wide100p flexGrow">
<div id="rm_group_add_members"></div> <div id="rm_group_add_members"></div>
<h3>Members</h3> <h3>Current Members</h3>
<div id="rm_group_members"></div> <div id="rm_group_members"></div>
</div> </div>
</div> </div>

View File

@@ -2530,7 +2530,6 @@ body .ui-widget-content li:hover {
#rm_group_top_bar { #rm_group_top_bar {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center;
width: 100%; width: 100%;
column-gap: 5px; column-gap: 5px;
} }
@@ -2560,10 +2559,6 @@ body .ui-widget-content li:hover {
margin-bottom: 5px; margin-bottom: 5px;
} }
#rm_group_chat_name {
width: 90%;
}
#rm_group_buttons { #rm_group_buttons {
display: flex; display: flex;
flex-direction: row; flex-direction: row;