Skip to content

Commit 8ba6c2b

Browse files
authored
Merge pull request yowiputra#23 from yowiputra/feature/chat
Feature/chat
2 parents 313e0f8 + 553e55f commit 8ba6c2b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

client/styles/main.scss

+30
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,34 @@ nav {
286286
margin-top: 8px;
287287
position: fixed;
288288
width:250px;
289+
}
290+
291+
.bordered-image {
292+
border: 3px solid black;
293+
width: 25%;
294+
height: 25%;
295+
}
296+
297+
.matchmaker-container {
298+
display: flex;
299+
flex-direction: column;
300+
}
301+
302+
303+
.matchmakerEventAndChat-container {
304+
display: flex;
305+
justify-content: space-evenly;
306+
}
307+
308+
#chatbar {
309+
border: black solid 1px;
310+
width: 300px;
311+
}
312+
313+
.messagelist {
314+
border: black solid 1px;
315+
height: 300px;
316+
width: 300px;
317+
overflow: auto;
318+
word-wrap: normal;
289319
}

0 commit comments

Comments
 (0)