fixes for new group creation boxes

This commit is contained in:
RossAscends
2023-04-30 00:21:17 +09:00
parent 26e10c2d9a
commit ee4aa62041
2 changed files with 9 additions and 1 deletions

View File

@@ -1581,7 +1581,7 @@
<h3>Add Members</h3>
<input id="rm_group_filter" class="text_pole" type="search" placeholder="Filter..." maxlength="100" />
</div>
<div class="flex-container flexFlowColumn overflowYAuto">
<div class="flex-container flexFlowColumn flexNoGap overflowYAuto wide100p flexGrow">
<div id="rm_group_add_members"></div>
<h3>Members</h3>
<div id="rm_group_members"></div>

View File

@@ -3342,6 +3342,14 @@ toolcool-color-picker {
flex-wrap: wrap;
}
.flexNoGap {
gap: unset !important;
}
.flexGrow {
flex-grow: 1;
}
.flexnowrap {
flex-wrap: nowrap;
}