mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 18:23:08 +02:00
improve(client): tweak drawer max height
This commit is contained in:
parent
493ff2eed5
commit
f9024a0058
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export default defineComponent({
|
||||||
};
|
};
|
||||||
|
|
||||||
if (type.value === 'drawer') {
|
if (type.value === 'drawer') {
|
||||||
maxHeight.value = window.innerHeight - 100;
|
maxHeight.value = window.innerHeight / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
const keymap = {
|
const keymap = {
|
||||||
|
|
Loading…
Reference in a new issue