1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 04:35:42 +02: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 = {