mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user