mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
improve(client): tweak drawer max height
This commit is contained in:
parent
f2cfee8659
commit
d32a6f1358
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export default defineComponent({
|
|||
};
|
||||
|
||||
if (type.value === 'drawer') {
|
||||
maxHeight.value = window.innerHeight - 100;
|
||||
maxHeight.value = window.innerHeight / 2;
|
||||
}
|
||||
|
||||
const keymap = {
|
||||
|
|
Loading…
Add table
Reference in a new issue