File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 159
159
:style =" {
160
160
'min-height': `${imageDimensions ? imageDimensions.height : 20}px`,
161
161
'padding-left': `${
162
- imageDimensions ? imageDimensions.width - 10 : 16
162
+ imageDimensions ? imageDimensions.width - 10 : 12
163
163
}px`
164
164
}"
165
165
v-model =" message"
@@ -611,7 +611,8 @@ export default {
611
611
612
612
.room-name {
613
613
font-size : 17px ;
614
- line-height : 18px ;
614
+ font-weight : 600 ;
615
+ line-height : 22px ;
615
616
color : var (--chat-header-color-name );
616
617
}
617
618
@@ -844,6 +845,26 @@ textarea {
844
845
}
845
846
846
847
@media only screen and (max-width : 768px ) {
848
+ .room-header {
849
+ height : 50px ;
850
+ padding : 0 10px ;
851
+
852
+ .room-name {
853
+ font-size : 16px ;
854
+ line-height : 22px ;
855
+ }
856
+
857
+ .room-info {
858
+ font-size : 12px ;
859
+ line-height : 16px ;
860
+ }
861
+
862
+ .room-avatar {
863
+ height : 37px ;
864
+ width : 37px ;
865
+ }
866
+ }
867
+
847
868
.box-footer {
848
869
border-top : var (--chat-border-style-input );
849
870
padding : 7px 2px 7px 7px ;
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ input {
260
260
.room-name {
261
261
flex : 1 ;
262
262
color : var (--chat-room-color-username );
263
+ font-weight : 600 ;
263
264
}
264
265
265
266
.text-last {
@@ -298,4 +299,19 @@ input {
298
299
.state-online {
299
300
background-color : var (--chat-room-color-online );
300
301
}
302
+
303
+ @media only screen and (max-width : 768px ) {
304
+ .box-search {
305
+ height : 50px ;
306
+ }
307
+
308
+ input {
309
+ padding : 8px 8px 8px 38px ;
310
+ }
311
+
312
+ .room-item {
313
+ min-height : 60px ;
314
+ padding : 0 8px ;
315
+ }
316
+ }
301
317
</style >
You can’t perform that action at this time.
0 commit comments