mobile fixes: close charlist on char select, hide L/R panel locks, larger charlist back button
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user