1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 12:39:26 -05:00

improve(client): tweak drawer max height

This commit is contained in:
syuilo 2021-12-17 19:34:58 +09:00
parent 493ff2eed5
commit f9024a0058

View file

@ -102,7 +102,7 @@ export default defineComponent({
};
if (type.value === 'drawer') {
maxHeight.value = window.innerHeight - 100;
maxHeight.value = window.innerHeight / 2;
}
const keymap = {