From e92959c964be3b7797284552d5bd11f118f05eb0 Mon Sep 17 00:00:00 2001 From: Jesse Washburn <142361664+jessewashburn@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:15:13 -0500 Subject: [PATCH] chat: smoother placeholder text (#7973) (#7974) Co-authored-by: dogi --- package.json | 6 +++--- src/app/chat/chat-sidebar/chat-sidebar.component.html | 2 +- src/app/chat/chat-sidebar/chat-sidebar.scss | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) 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;