diff --git a/package.json b/package.json index 139d7817c6..d2b03ae947 100755 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "planet", "license": "AGPL-3.0", - "version": "0.16.17", + "version": "0.16.18", "myplanet": { - "latest": "v0.21.45", - "min": "v0.20.45" + "latest": "v0.21.51", + "min": "v0.20.51" }, "scripts": { "ng": "ng", diff --git a/src/app/chat/chat-sidebar/chat-sidebar.component.html b/src/app/chat/chat-sidebar/chat-sidebar.component.html index 14625e5cee..10bd193118 100644 --- a/src/app/chat/chat-sidebar/chat-sidebar.component.html +++ b/src/app/chat/chat-sidebar/chat-sidebar.component.html @@ -69,7 +69,7 @@ -
No previous conversations.
+
No previous conversations.
diff --git a/src/app/chat/chat-sidebar/chat-sidebar.scss b/src/app/chat/chat-sidebar/chat-sidebar.scss index e974ca4f80..4ef09f2260 100644 --- a/src/app/chat/chat-sidebar/chat-sidebar.scss +++ b/src/app/chat/chat-sidebar/chat-sidebar.scss @@ -77,6 +77,10 @@ li:hover { margin: 0; } +.no-chats-message { + margin-left: 4px; +} + @media only screen and (max-width: $screen-md) { .expand-button { top: 10px;