Skip to content

Commit 15fc53b

Browse files
committed
(UI) fix rooms last message display
1 parent 23cea2a commit 15fc53b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/ChatWindow/FormatMessage.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
:is="checkType(message, 'url') ? 'a' : 'span'"
1111
:key="i"
1212
:class="{
13-
'text-block': singleLine,
1413
'text-ellipsis': singleLine,
1514
'text-deleted': deleted,
1615
'text-bold': checkType(message, 'bold'),
@@ -74,10 +73,6 @@ export default {
7473
fill: var(--chat-room-color-message);
7574
}
7675
77-
.text-block {
78-
display: inline-block;
79-
}
80-
8176
.text-ellipsis {
8277
width: 100%;
8378
white-space: nowrap;

src/ChatWindow/RoomsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ input {
297297
display: flex;
298298
align-items: center;
299299
font-size: 12px;
300-
line-height: 15px;
300+
line-height: 17px;
301301
color: var(--chat-room-color-message);
302302
}
303303

0 commit comments

Comments
 (0)