mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +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: {
|
||||
relativeTo: "start",
|
||||
align: "start",
|
||||
after: 40 + 4
|
||||
align: "end",
|
||||
before: -32 - 4
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user