forked from mystiq/hydrogen-web
fix menu alignment with extra option
we'll need to have a closer look how these alignment options make sense but for now this will do
This commit is contained in:
parent
754e7e7bb2
commit
4c5be997fe
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ export class RoomView extends TemplateView {
|
||||||
},
|
},
|
||||||
vertical: {
|
vertical: {
|
||||||
relativeTo: "start",
|
relativeTo: "start",
|
||||||
align: "start",
|
align: "end",
|
||||||
after: 40 + 4
|
before: -32 - 4
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue