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:
Bruno Windels 2021-05-18 11:58:06 +02:00
parent 754e7e7bb2
commit 4c5be997fe

View file

@ -89,8 +89,8 @@ export class RoomView extends TemplateView {
},
vertical: {
relativeTo: "start",
align: "start",
after: 40 + 4
align: "end",
before: -32 - 4
}
});
}