mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
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
@ -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…
x
Reference in New Issue
Block a user