summaryrefslogtreecommitdiff
path: root/packages/client/src/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-12-17 19:34:58 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-12-17 19:34:58 +0900
commitf9024a005870668cd34cdba1c56b4b454e455cfc (patch)
treeeb78492cf9b52c5a8fff34af0a2de3fe75a524cb /packages/client/src/components
parentfix(client): fix zindex issue (diff)
downloadmisskey-f9024a005870668cd34cdba1c56b4b454e455cfc.tar.gz
misskey-f9024a005870668cd34cdba1c56b4b454e455cfc.tar.bz2
misskey-f9024a005870668cd34cdba1c56b4b454e455cfc.zip
improve(client): tweak drawer max height
Diffstat (limited to 'packages/client/src/components')
-rw-r--r--packages/client/src/components/ui/modal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/ui/modal.vue b/packages/client/src/components/ui/modal.vue
index b875d01c07..81394be63f 100644
--- a/packages/client/src/components/ui/modal.vue
+++ b/packages/client/src/components/ui/modal.vue
@@ -102,7 +102,7 @@ export default defineComponent({
};
if (type.value === 'drawer') {
- maxHeight.value = window.innerHeight - 100;
+ maxHeight.value = window.innerHeight / 2;
}
const keymap = {