We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a208d36 commit 2e6bce7Copy full SHA for 2e6bce7
1 file changed
chat/chat.html
@@ -99,6 +99,9 @@
99
[value=send]
100
{margin-right:20px}
101
102
+ chat-room
103
+ {height:100%}
104
+
105
</style>
106
</head>
107
@@ -120,7 +123,9 @@ <h4 slot=version>
120
123
</chat-hdr>
121
124
122
125
- <chat-room component=grp_root server='' room=main></chat-room>
126
+ <chat-room component=grp_root server='' room=main>
127
+ <chat-room-tmp component=parent slot=input></chat-room-tmp>
128
+ </chat-room>
129
130
131
<log-mod component></log-mod>
0 commit comments