mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-08 01:33:57 +09:00
🎨
This commit is contained in:
@ -102,7 +102,7 @@ export default defineComponent({
|
||||
};
|
||||
|
||||
if (type.value === 'drawer') {
|
||||
maxHeight.value = 300;
|
||||
maxHeight.value = window.innerHeight - 100;
|
||||
}
|
||||
|
||||
const keymap = {
|
||||
|
Reference in New Issue
Block a user