We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 313e0f8 + 553e55f commit 8ba6c2bCopy full SHA for 8ba6c2b
client/styles/main.scss
@@ -286,4 +286,34 @@ nav {
286
margin-top: 8px;
287
position: fixed;
288
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
305
+ justify-content: space-evenly;
306
307
308
+#chatbar {
309
+ border: black solid 1px;
310
+ width: 300px;
311
312
313
+.messagelist {
314
315
+ height: 300px;
316
317
+ overflow: auto;
318
+ word-wrap: normal;
319
}
0 commit comments