mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
improve(client): tweak drawer max height
This commit is contained in:
@@ -102,7 +102,7 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
if (type.value === 'drawer') {
|
||||
maxHeight.value = window.innerHeight - 100;
|
||||
maxHeight.value = window.innerHeight / 2;
|
||||
}
|
||||
|
||||
const keymap = {
|
||||
|
||||
Reference in New Issue
Block a user