mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix top bar of characters block
This commit is contained in:
@ -2493,6 +2493,7 @@ function selectRightMenuWithAnimation(selectedMenuId) {
|
|||||||
'rm_info_block': 'flex',
|
'rm_info_block': 'flex',
|
||||||
'rm_group_chats_block': 'flex',
|
'rm_group_chats_block': 'flex',
|
||||||
'rm_api_block': 'grid',
|
'rm_api_block': 'grid',
|
||||||
|
'rm_characters_block': 'flex',
|
||||||
};
|
};
|
||||||
document.querySelectorAll('#right-nav-panel .right_menu').forEach((menu) => {
|
document.querySelectorAll('#right-nav-panel .right_menu').forEach((menu) => {
|
||||||
$(menu).css('display', 'none');
|
$(menu).css('display', 'none');
|
||||||
|
@ -703,8 +703,9 @@ select option:not(:checked) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#rm_characters_block {
|
#rm_characters_block {
|
||||||
display: block;
|
display: flex;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
flex-direction: column;
|
||||||
/* visibility: hidden; */
|
/* visibility: hidden; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user