mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
also show status view a bit lower for grid
This commit is contained in:
parent
f6d9ffa7bb
commit
61b5369f2f
@ -26,7 +26,7 @@ export class SessionView extends TemplateView {
|
|||||||
return t.div({
|
return t.div({
|
||||||
className: {
|
className: {
|
||||||
"SessionView": true,
|
"SessionView": true,
|
||||||
"room-shown": vm => !!vm.currentRoom
|
"room-shown": vm => !!vm.selectionId
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
t.view(new SessionStatusView(vm.sessionStatusViewModel)),
|
t.view(new SessionStatusView(vm.sessionStatusViewModel)),
|
||||||
|
Loading…
Reference in New Issue
Block a user