We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b32fca commit 816ae17Copy full SHA for 816ae17
src/ChatWindow/RoomsList.vue
@@ -294,12 +294,11 @@ input {
294
}
295
296
.text-last {
297
+ display: flex;
298
+ align-items: center;
299
font-size: 12px;
300
+ line-height: 15px;
301
color: var(--chat-room-color-message);
-
- * {
- display: inline-block;
302
- }
303
304
305
.message-new {
@@ -314,11 +313,11 @@ input {
314
313
315
316
.icon-check {
317
height: 14px;
318
width: 14px;
319
- vertical-align: middle;
320
margin-top: -2px;
321
- margin-right: 1px;
+ margin-right: 2px;
322
323
324
.state-circle {
0 commit comments