File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -185,15 +185,15 @@ export default {
185
185
flex : 1 1 100% ;
186
186
padding : 0 16px ;
187
187
position : relative ;
188
- min-height : 64 px ;
188
+ min-height : 70 px ;
189
189
}
190
190
191
191
.room-avatar {
192
192
background-size : cover !important ;
193
193
background-position : center center !important ;
194
194
background-repeat : no-repeat !important ;
195
- height : 35 px ;
196
- width : 35 px ;
195
+ height : 42 px ;
196
+ width : 42 px ;
197
197
margin-right : 15px ;
198
198
border-radius : 50% ;
199
199
}
@@ -208,7 +208,7 @@ export default {
208
208
-webkit-box-flex : 1 ;
209
209
flex : 1 1 ;
210
210
overflow : hidden ;
211
- padding : 12 px 0 ;
211
+ padding : 8 px 0 ;
212
212
}
213
213
214
214
.room-name {
@@ -217,16 +217,19 @@ export default {
217
217
overflow : hidden ;
218
218
text-overflow : ellipsis ;
219
219
white-space : nowrap ;
220
+ line-height : 20px ;
220
221
}
221
222
222
223
.text-last {
223
224
color : #67717a !important ;
224
225
font-size : 12px ;
226
+ line-height : 15px ;
225
227
}
226
228
227
229
.text-date {
228
230
color : #a2aeb8 !important ;
229
231
font-size : 11px ;
232
+ line-height : 15px ;
230
233
}
231
234
232
235
.room-disabled {
You can’t perform that action at this time.
0 commit comments