mobile fixes: close charlist on char select, hide L/R panel locks, larger charlist back button

This commit is contained in:
RossAscends
2025-09-17 18:19:55 +09:00
parent 33458b86b0
commit 9298a34fea
2 changed files with 13 additions and 0 deletions
+9
View File
@@ -10,6 +10,15 @@
flex-basis: 100%;
}
#rm_button_panel_pin_div,
#lm_button_panel_pin_div{
display: none;
}
#rm_button_characters {
font-size: 3em;
}
#send_form.compact #leftSendForm,
#send_form.compact #rightSendForm {
+4
View File
@@ -812,6 +812,10 @@ export async function selectCharacterById(id, { switchMenu = true } = {}) {
await unshallowCharacter(this_chid);
select_selected_character(this_chid, { switchMenu });
}
if (isMobile()) {
$('#rightNavDrawerIcon').trigger('click');
}
}
function getBackBlock() {