File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ body {
122
122
font-family : ' Roboto' , sans-serif ;
123
123
line-height : 1.5 ;
124
124
padding : 10px 20px 20px ;
125
+
126
+ * {
127
+ font-weight : 300 ;
128
+ }
125
129
}
126
130
127
131
select {
Original file line number Diff line number Diff line change @@ -268,7 +268,6 @@ export default {
268
268
flex : 0 0 50% ;
269
269
max-width : 50% ;
270
270
justify-content : flex-start ;
271
- font-weight : 300 ;
272
271
line-height : 1.4 ;
273
272
}
274
273
@@ -370,7 +369,6 @@ export default {
370
369
371
370
.text-timestamp {
372
371
font-size : 10px ;
373
- font-weight : 300 ;
374
372
color : var (--chat-color-message-timestamp );
375
373
text-align : right ;
376
374
}
Original file line number Diff line number Diff line change 6
6
class =" room-avatar"
7
7
:style =" { background: `url(${room.avatar})` }"
8
8
></div >
9
- <div >{{ room.roomName }}</div >
9
+ <div class = " room-name " >{{ room.roomName }}</div >
10
10
<div
11
11
class =" svg-button room-options"
12
12
v-if =" menuActions.length"
@@ -419,6 +419,10 @@ export default {
419
419
border-radius : 50% ;
420
420
}
421
421
422
+ .room-name {
423
+ font-size : 17px ;
424
+ }
425
+
422
426
.room-options {
423
427
margin-left : auto ;
424
428
}
@@ -529,7 +533,6 @@ export default {
529
533
display : flex ;
530
534
padding : 10px ;
531
535
background : var (--chat-bg-color-footer );
532
- font-weight : 300 ;
533
536
z-index : -1 ;
534
537
}
535
538
@@ -566,7 +569,6 @@ textarea {
566
569
caret-color : #1976d2 ;
567
570
border : none ;
568
571
font-size : 16px ;
569
- font-weight : 300 ;
570
572
571
573
& ::placeholder {
572
574
color : #9ca6af ;
You can’t perform that action at this time.
0 commit comments